maddy
maddy copied to clipboard
C++ Markdown to HTML header-only parser library
### What is the issue? Why this not work and not return table? ``` #include //#include #include #include "maddy/parser.h" std::string ConvertMarkdownToHTML(const std::string& markdownInput) { // Configurazione opzionale std::shared_ptr config =...
### Operating System Windows ### Compiler MVSC ### Compiler flags std:c++17 ### maddy version 1.2.0 (latest) ### Minimal Mardown example # **Zote Engine** Zote is a 2D Game Engine developed...
I would suggest replacing std::regex with a faster regex engine, for example re2. According to this [stackoverflow benchmark](https://stackoverflow.com/questions/70583395/why-is-stdregex-notoriously-much-slower-than-other-regular-expression-librarie), a library like re2 can be almost 40x faster than std::regex. Considering...
Maddy doesn't seem to support the use of backslash to escape characters that are otherwise used for formatting. It would be amazing to have that capability added.
If the last line in the input mardown has inline blocks, the "if" statement finishes only the most inner one, so the last line is lost in the output. To...
### Operating System iOS (c++) ### Compiler clang ### Compiler flags -fno-char8_t , -fmodules, -fcxx-modules, '-std=c++20' ### maddy version 1.3.0 (latest) ### Minimal C++ example std::string feedbackReport = R"( ##...
### Operating System iOS (c++) ### Compiler clang ### Compiler flags -fno-char8_t , -fmodules, -fcxx-modules, '-std=c++20' ### maddy version 1.3.0 (latest) ### Minimal C++ example ``` std::string feedbackReport = R"(...
### Operating System iOS (C++) ### Compiler clang ### Compiler flags -fno-char8_t , -fmodules, -fcxx-modules, '-std=c++20' ### maddy version 1.3.0 (latest) ### Minimal C++ example ``` std::string feedbackReport = R"(##...
### What is the issue? Hi there, This is a great library. Thank you Petra Baranski for initiating and maintaining it. I have a question for you: The project is...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...