karlb / smu

Simple MarkUp - markdown/commonmark like syntax
http://karlb.github.io/smu/
MIT License
55 stars 5 forks source link

no support for markdown references #18

Closed apprehensions closed 2 months ago

apprehensions commented 2 months ago
blah [1]
[1]: https://example.com
karlb commented 2 months ago

smu tries to be small and simple in its implementation. Reference style links are intentionally omitted since they are mostly redundant to inline links and more difficult to implement. If someone shows an elegant implementation I might reconsider. Until then, I'll close this as a "won't do".