Skip to content

libvaladoc: Parse backticks in gidocgen markdown and display the text as monospaced

Add support to Valadoc.Gtkdoc.MarkdownScanner and Valadoc.Gtkdoc.MarkdownParser to parse the backticks in gi-docgen markdown comments and display the enclosed text as monospaced in the generated documentation pages.

Before: Screenshot_from_2024-08-08_02-40-19 After: Screenshot_from_2024-08-08_02-35-52

(Please ignore the different color of links!)

Addresses #1278 .

Edited by Sudhanshu Tiwari

Merge request reports