Markdown conversion
Requires the markdown feature (enabled by default).
Converting a Markdown string
What gets converted
Gukhanmun converts hanja inside:
- Paragraph text
- Headings
- List items
- Blockquote content
- Table cells (GFM)
- Inline HTML text nodes
The following are left untouched:
- Fenced and indented code blocks
- Inline code spans (
`…`) - Raw HTML blocks
- Link and image URLs
Iterator version
Use convert_markdown_iter to process the output token by token: