Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Simple markdown parser and formatter for RichText
Simple markdown parser and formatter for RichText [message #52495] |
Thu, 10 October 2019 16:02 |
jjacksonRIAB
Messages: 227 Registered: June 2011
|
Experienced Member |
|
|
Thought this might be useful example to study for people who would like to be able to write rich text using formats other than QTF.
https://github.com/BornTactical/MarkdownFormatter
It uses PEGTL for the parsing (The Markdown format requires recursion) so you'll have to create a separate project and include it. I wouldn't call it general purpose or even complete. It has a very specific use to a project I'm working on right now so it only supports a subset of Markdown.
|
|
|
Goto Forum:
Current Time: Mon Apr 28 13:14:13 CEST 2025
Total time taken to generate the page: 0.03694 seconds
|