Skip to content

Commit 8bf64cc

Browse files
sirainenslusarz
authored andcommitted
util/generate_man: Handle event commands
1 parent 047afae commit 8bf64cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/generate_man.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ const DovecotMd = (md) => {
144144
}
145145
]
146146
case 'link':
147+
case 'event':
147148
return [{type:'text', value:parts[1]}]
148149
default:
149150
throw new Error('unknown dovecot markdown command: ' + parts[0])

0 commit comments

Comments
 (0)