diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-29 18:19:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-29 18:19:29 -0700 |
| commit | 022de93b3b270e0f8294d7c0912ebb3d2c05b9e7 (patch) | |
| tree | 08042a3a691b6b7ce2ba13ea99acc2092fdee3ae /README.md | |
| parent | 6e232a67dc1caa633865c16b7c02b81338e1246e (diff) | |
add blockquote processing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ # Wiki-MD2HTML (WIP) -A basic C++ parser that converts a specialized format of Markdown to a themed HTML style. +A basic C++ parser that converts a specialized format of Markdown to a themed HTML style. Then apply some pre-defined CSS onto it. -Designed for presenting information on-screen in a more "markdown-like" Wiki format +Often times I want just a single page to display some markdown file. Some solutions for this are too overkill while others were too restrictive in terms of some of the features I wanted. |
