1
Fork 0
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:
Andreas Kling 2020-05-10 20:51:35 +02:00
parent 97adcde36e
commit f1708b3832
3 changed files with 14 additions and 2 deletions

View file

@ -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: