summaryrefslogtreecommitdiff
path: root/crates/typst-html/src/encode.rs
AgeCommit message (Expand)Author
2025-07-10Complete movement of HTML export code to `typst-html` (#6584)Laurenz
2025-06-26Consistent sizing for `html.frame` (#6505)Laurenz
2025-06-24Also fix encoding of `<textarea>` (#6497)Laurenz
2025-06-23Properly handle raw text elementsLaurenz
2025-06-23Extract `write_children` functionLaurenz
2025-06-23Handle pre elements that start with a newlineLaurenz
2025-06-23Turn non-empty void element into export errorLaurenz
2025-06-23Consistent codepoint formatting in HTML and PDF error messagesLaurenz
2025-06-20Encode empty attributes with shorthand syntaxLaurenz
2025-01-24Tweak HTML pretty printing (#5745)Laurenz
2025-01-23HTML tables (#5666)Michael Färber
2025-01-06Terminate pretty-printed HTML with trailing newline (#5661)Laurenz
2024-12-10Basic HTML pretty-printing (#5533)Michael Färber
2024-12-04Add HTML export formatLaurenz