feat: Added proper Markdown renderer (#2415)

This commit is contained in:
Nik
2025-08-20 20:37:44 +02:00
committed by GitHub
parent b83f3d6cbf
commit d012ad08f8
25 changed files with 544 additions and 69 deletions

View File

@@ -14,6 +14,7 @@ add_imhex_plugin(
source/ui/menu_items.cpp
source/ui/pattern_value_editor.cpp
source/ui/widgets.cpp
source/ui/markdown.cpp
source/ui/text_editor/editor.cpp
source/ui/text_editor/highlighter.cpp
source/ui/text_editor/navigate.cpp
@@ -24,5 +25,6 @@ add_imhex_plugin(
include
LIBRARIES
fonts
md4c::md4c
LIBRARY_PLUGIN
)