diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-05-21 18:14:37 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-05-21 18:14:37 -0600 |
commit | b53928cf4f703b8b63388f17614a13cbe6f1b619 (patch) | |
tree | 9f5e7034d147030cb1307be648b7249a04be09a9 /README.md | |
parent | 8a0b1d2d9f9629e4a186549b134ebd6b80a5d71b (diff) |
Add new extensions for ^ and ~ syntaxv0.7.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,7 @@ Inspired (initially) by Roman Zolotarev's [`ssg5`](https://rgz.ee/bin/ssg5) and - [ ] More complex directory structure to support multiple subdomains and different types of pages. - [ ] Option/change to using an SQL database instead of the custom solution. - [x] Checksum checking because the timestamp of the file is not enough. +- [ ] Better management of the extensions. ### Markdown features @@ -41,6 +42,9 @@ This program uses the base [`markdown` syntax](https://daringfireball.net/projec - [yafg - Yet Another Figure Generator](https://git.sr.ht/~ferruck/yafg) - [markdown.highlight](https://github.com/ribalba/markdown.highlight) - [Markdown Checklist](https://github.com/FND/markdown-checklist) +- [PyMdown Extensions](https://facelessuser.github.io/pymdown-extensions/) + - [Caret](https://facelessuser.github.io/pymdown-extensions/extensions/caret/) + - [Tilde](https://facelessuser.github.io/pymdown-extensions/extensions/tilde/) ## Installation |