1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +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

@ -11,6 +11,6 @@ OBJS = \
PROGRAM = IRCClient
LIB_DEPS = Web TextCodec JS GUI Gfx Protocol IPC Thread Pthread Core
LIB_DEPS = Web TextCodec JS Markdown GUI Gfx Protocol IPC Thread Pthread Core
include ../../Makefile.common