aurelius
aurelius copied to clipboard
A complete solution for previewing markdown written in Rust.
The pulldown-cmark renderer and external renderer could be reimplemented in terms of this trait. It could also be extended to support formats beyond markdown, like plantuml.
I'll just leave this here for later.
Caveat emptor. With images, extensive katex/mathjax, unbroken lines in source text, etc. The relative browser page position will be indeterminate. - When the user moves the cursor in vim. -...
Not sure if this is the place to make this request, but I thought it could be useful to have the syntax provided by the [CommonMark AttributesExtension](https://commonmark.thephpleague.com/2.3/extensions/attributes/) available. I am...
Some editors (nvim, xi) support sending plugins buffer data incrementally. We should support this and not require the client to send the entire document on every update.
Hey, I am using the latest version of aurelius and have trouble when writing formulas. In general, KaTeX works good, but when I put more then one subscript per row,...
I think it's a good idea to update the KaTeX version. For me the `\neq` sign doesn't render correctly, and I think they solved it in later versions (issue 1491...
[Mermaid](https://mermaid.js.org) diagram creation syntax. Supported by [GitHub](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)