ladybird/Userland/Libraries/LibMarkdown
Gurkirat Singh da8a3f9ff2 LibMarkdown: Render slugified anchor tag in heading
Because slugify function accepts AK::String, which can hold unicode
code_points as well, heading text is normalised to ensure with NFD
form to ensure same binary respresentation of a particular string.
2023-10-30 10:39:59 +00:00
..
Block.h
BlockQuote.cpp
BlockQuote.h
CMakeLists.txt LibMarkdown: Render slugified anchor tag in heading 2023-10-30 10:39:59 +00:00
CodeBlock.cpp LibMarkdown: Preserve blank lines in CodeBlocks 2023-08-04 13:16:32 +02:00
CodeBlock.h
CommentBlock.cpp
CommentBlock.h
ContainerBlock.cpp
ContainerBlock.h
Document.cpp LibMarkdown: Convert render_to_terminal to String 2023-07-03 02:05:32 +02:00
Document.h LibMarkdown: Convert render_to_terminal to String 2023-07-03 02:05:32 +02:00
Forward.h
Heading.cpp LibMarkdown: Render slugified anchor tag in heading 2023-10-30 10:39:59 +00:00
Heading.h
HorizontalRule.cpp
HorizontalRule.h
LineIterator.cpp
LineIterator.h
List.cpp
List.h
Paragraph.cpp
Paragraph.h
SyntaxHighlighter.cpp LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h
Table.cpp
Table.h LibMarkdown: Add method to get access to Table columns 2023-08-07 13:24:25 -06:00
Text.cpp Userland: Fix absolute paths in man page links 2023-09-06 15:02:44 +01:00
Text.h LibMarkdown: Add render_for_raw_print methods to Node derived classes 2023-08-07 13:24:25 -06:00
Visitor.h