1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Userland/Libraries/LibMarkdown
Peter Elliott a76a23e33b LibMarkdown: Allow spaces before list items
also allow '+' as an unordered list marker
2021-10-05 13:27:25 +03:30
..
Block.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
CMakeLists.txt LibMarkdown: Add LineIterator 2021-10-05 13:27:25 +03:30
CodeBlock.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
CodeBlock.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
ContainerBlock.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
ContainerBlock.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Document.cpp LibMarkdown: Add LineIterator 2021-10-05 13:27:25 +03:30
Document.h LibMarkdown: Refactor Document's parser into ContainerBlock 2021-10-05 13:27:25 +03:30
Heading.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Heading.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
HorizontalRule.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
HorizontalRule.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
LineIterator.cpp LibMarkdown: Add LineIterator 2021-10-05 13:27:25 +03:30
LineIterator.h LibMarkdown: Add LineIterator 2021-10-05 13:27:25 +03:30
List.cpp LibMarkdown: Allow spaces before list items 2021-10-05 13:27:25 +03:30
List.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Paragraph.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Paragraph.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Table.cpp LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Table.h LibMarkdown: Implement "tightness" for lists 2021-10-05 13:27:25 +03:30
Text.cpp LibMarkdown: Fix typo in variable name 2021-10-01 01:33:43 +01:00
Text.h Libraries: Fix typos 2021-10-01 01:06:40 +01:00