mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
LibMarkdown: Add support for images :^)
This commit is contained in:
parent
b8aab5fdc3
commit
f1a8fb1e88
2 changed files with 35 additions and 3 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
bool strong { false };
|
||||
bool code { false };
|
||||
String href;
|
||||
String img;
|
||||
};
|
||||
|
||||
struct Span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue