mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 05:49:57 -05:00
format
This commit is contained in:
@@ -222,7 +222,7 @@ const MessageContent = (content) => {
|
|||||||
child.destroy();
|
child.destroy();
|
||||||
}
|
}
|
||||||
contentBox.add(TextBlock())
|
contentBox.add(TextBlock())
|
||||||
// Loop lines. Put normal text in markdown parser
|
// Loop lines. Put normal text in markdown parser
|
||||||
// and put code into code highlighter (TODO)
|
// and put code into code highlighter (TODO)
|
||||||
let lines = content.split('\n');
|
let lines = content.split('\n');
|
||||||
let lastProcessed = 0;
|
let lastProcessed = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user