mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibWeb: Teach HtmlView how to render Markdown files :^)
This commit is contained in:
parent
97adcde36e
commit
f1708b3832
3 changed files with 14 additions and 2 deletions
|
@ -8,7 +8,7 @@ OBJS = \
|
|||
|
||||
PROGRAM = Browser
|
||||
|
||||
LIB_DEPS = Web JS TextCodec GUI Gfx IPC Protocol Core
|
||||
LIB_DEPS = Web JS Markdown TextCodec GUI Gfx IPC Protocol Core
|
||||
|
||||
main.cpp: ../../Libraries/LibWeb/CSS/PropertyID.h
|
||||
../../Libraries/LibWeb/CSS/PropertyID.h:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue