maddy icon indicating copy to clipboard operation
maddy copied to clipboard

C++ Markdown to HTML header-only parser library

Results 29 maddy issues
Sort by recently updated
recently updated
newest added

### 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 =...

question
v2.0.0

### 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...

bug
v2.0.0

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...

enhancement
v2.0.0

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.

enhancement
v2.0.0

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...

bug

### 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"( ##...

bug
v2.0.0

### 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"(...

feature
v2.0.0

### 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"(##...

bug
v2.0.0

### 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...

question
v2.0.0

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...

dependencies
github_actions