mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Remove LibMarkdown
This was used to convert markdown into HTML for display in the browser, but no other browser behaves this way, so let's simplify things by removing it. (Yes, we could implement all kinds of "convert to HTML and display" for every file format out there, but that's far outside the scope of a browser engine.)
This commit is contained in:
@@ -23,7 +23,6 @@ set(FUZZER_TARGETS
|
||||
JsonParser
|
||||
LzmaDecompression
|
||||
LzmaRoundtrip
|
||||
Markdown
|
||||
MatroskaReader
|
||||
MD5
|
||||
MP3Loader
|
||||
@@ -91,7 +90,6 @@ set(FUZZER_DEPENDENCIES_JPEGLoader LibGfx)
|
||||
set(FUZZER_DEPENDENCIES_Js LibJS)
|
||||
set(FUZZER_DEPENDENCIES_LzmaDecompression LibArchive LibCompress)
|
||||
set(FUZZER_DEPENDENCIES_LzmaRoundtrip LibCompress)
|
||||
set(FUZZER_DEPENDENCIES_Markdown LibMarkdown)
|
||||
set(FUZZER_DEPENDENCIES_MatroskaReader LibVideo)
|
||||
set(FUZZER_DEPENDENCIES_MD5 LibCrypto)
|
||||
set(FUZZER_DEPENDENCIES_MP3Loader LibAudio)
|
||||
|
||||
Reference in New Issue
Block a user