Closed KSR-Yasuda closed 2 months ago
If you write some C function spec as a code block in heading, it may break.
code
# foo `func(int a, int **ppb, int *pc)` bar foobar
The part of ** is considered as a beginning of bold style.
**
Shouldn't you include mkdCode in mkdHeadingContent to avoid this?
mkdCode
mkdHeadingContent
Thank you for merging!
If you write some C function spec as a
code
block in heading, it may break.The part of
**
is considered as a beginning of bold style.Shouldn't you include
mkdCode
inmkdHeadingContent
to avoid this?