Sam Atkins
aea4fbdd7b
LibMarkdown: Allow extra content to be inserted into HTML output's head
...
This lets users supply custom styling and scripting, among other things.
2022-09-28 23:58:26 +01:00
Andreas Kling
8b1108e485
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
Ben Wiederhake
24e7196158
LibMarkdown: Implement introspection of the document tree
2021-10-10 15:18:55 -07:00
Peter Elliott
cd560d3ae3
LibMarkdown: Refactor Document's parser into ContainerBlock
...
This will better allow us too do things like have Lists and blockquotes
support multiple blocks.
2021-10-05 13:27:25 +03:30
Peter Elliott
57ec19f963
LibMarkdown: Add render_to_inline_html() to Document
...
This api is useful when you want to render a markdown document to HTML,
but you want to embed it in a existing html document.
2021-08-31 16:53:51 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00