Extended Markdown Features
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
I have only found `markdown-it` to compile and convert Markdowns. Sorry if any of the following features is actually included by other commands and please let me know.
## KaTex/MathJax
This should be the most missed feature. Writing math expressions is my weekly basis. Of course it can be done in LaTex but making environments just for math formulas is tedious.
## Mermaid
A powerful plotting tool which is pretty useful for Markdown notes. I'm not sure how it can be implemented on iOS, at least I failed to install node.is/npm. Yet I see apps such as Joplin have done it, so I assume it can be supported in a-Shell as well.
## Marp
Converts Markdown to slides. For the same reason (node.is/npm) I wasn't able to install Marp CLI.
## Markdown to PDF
`markdown-it` is able to convert Markdown to HTML, then we can `view` and print the HTML to PDF. However I would appreciate a direct, command-based conversion.
## Alternatives
Using iSH for such purpose is a pain, I tried.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.