blob: 0895ddc871e6a3713a3caca0a5f1bf3bd47e478e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- must have explicit optchain!
convert_opt = true
format = 'markdown'
-- want to include project source as well.
prettify_files = 'show'
-- a custom tag!
custom_tags = {{'remark',title='Remarks'}}
|