mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:32:44 +00:00 
			
		
		
		
	|  20faa93cb0 Previously, all Markdown blocks had a virtual parse method which has been swapped out for a static parse method returning an OwnPtr of that block's type. The Text class also now has a static parse method that will return an Optional<Text>. | ||
|---|---|---|
| .. | ||
| Block.h | ||
| CMakeLists.txt | ||
| CodeBlock.cpp | ||
| CodeBlock.h | ||
| Document.cpp | ||
| Document.h | ||
| Heading.cpp | ||
| Heading.h | ||
| List.cpp | ||
| List.h | ||
| Paragraph.cpp | ||
| Paragraph.h | ||
| Text.cpp | ||
| Text.h | ||