mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:18:10 +00:00

This adds support for GFM-like tables. The HTML rendering ignores the alignments and relative sizes, but the terminal view does not!
12 lines
199 B
CMake
12 lines
199 B
CMake
set(SOURCES
|
|
CodeBlock.cpp
|
|
Document.cpp
|
|
Heading.cpp
|
|
List.cpp
|
|
Paragraph.cpp
|
|
Table.cpp
|
|
Text.cpp
|
|
)
|
|
|
|
serenity_lib(LibMarkdown markdown)
|
|
target_link_libraries(LibMarkdown LibC)
|