diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-25 02:36:53 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-25 02:36:53 -0600 |
commit | a9d5d971961bd28f2d6275aabfa78f2fd268b851 (patch) | |
tree | c608003b0ff918fd6d28ea0a7eda6868a0abbb63 /README.md | |
parent | 8f4b56863ec87113e879d0b358319470cff81a97 (diff) |
fix readme linksv0.3.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ I'm writing this in *pYtHoN* (thought about doing it in Go, but I'm most comfort - [x] Build static site parsing `markdown` files ( `*.md` -> `*.html`) - [x] Using plain `*.html` files for templates. - - [ ] Would like to change to something more flexible and easier to manage ([`jinja`](), for example). + - [ ] Would like to change to something more flexible and easier to manage ([`jinja`](https://jinja.palletsprojects.com/en/3.0.x/), for example). - [x] Preserves hand-made `*.html` files. - [x] Tag functionality. - [ ] Open Graph (and similar) support. @@ -22,7 +22,7 @@ I'm writing this in *pYtHoN* (thought about doing it in Go, but I'm most comfort ### Markdown features -This program uses the base [`markdown` syntax]() plus additional syntax, all thanks to [`python-markdown`](https://python-markdown.github.io/) that provides [extensions](https://python-markdown.github.io/extensions/). The following extensions are used: +This program uses the base [`markdown` syntax](https://daringfireball.net/projects/markdown/syntax) plus additional syntax, all thanks to [`python-markdown`](https://python-markdown.github.io/) that provides [extensions](https://python-markdown.github.io/extensions/). The following extensions are used: - Extra (collection of QoL extensions). - Meta-Data. |