Patrick Elsen
Patrick Elsen
Terminal.app support was removed in commit c8feda506af60338cd8130bb8277459ad17108a0. I would be happy to look into this and try to get it figured out as I depend on Terminal.app and the srcery...
Hey, really awesome work here! I noticed a crash when parsing the AST of this table tho: ```markdown | First Header | Second Header | |:-------------|:--------------| | Content Cell |...
Currently, this only works for streams over `BytesMut`. It would be nice to also support streams that yield `String`, for example.
Some people on Reddit pointed out that it might make sense to store data in an `Arc` rather than an `Arc`.
Add integration with crate behind feature flag.
To prevent needing an allocation, add an optimisation that will simple use a globally shared Arc with an empty string. Needs benchmarking to make sure this make sense.
Add integration with `diffus` crate behind feature flag.
Add a `leak()` API to get a static string slice.
Hey, just a random idea: wouldn't it be cool if this would let you embed typst graphics (for example made using [CetZ](https://typst.app/universe/package/cetz/)) into regular mdbooks? For example: ```cetz // cetz...
Some different options for rendering the diffs: - Side-by-side mode (easier to read files that way, but takes more screen width) - Collapse non-changed regions (easier to skim changes that...