1
Fork 0
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:
Sergey Bugaev 2020-04-30 00:27:23 +03:00 committed by Andreas Kling
parent b8aab5fdc3
commit f1a8fb1e88
2 changed files with 35 additions and 3 deletions

View file

@ -38,6 +38,7 @@ public:
bool strong { false };
bool code { false };
String href;
String img;
};
struct Span {