mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibMarkdown: Add support for indented code blocks
This commit is contained in:
parent
dbb2347000
commit
0270e23997
2 changed files with 69 additions and 4 deletions
|
@ -33,6 +33,9 @@ private:
|
|||
String m_code;
|
||||
String m_language;
|
||||
String m_style;
|
||||
|
||||
static OwnPtr<CodeBlock> parse_backticks(LineIterator& lines);
|
||||
static OwnPtr<CodeBlock> parse_indent(LineIterator& lines);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue