jgm / cheapskate

Experimental markdown processor in Haskell
BSD 3-Clause "New" or "Revised" License
107 stars 18 forks source link

support for reference-style links #24

Closed gbaz closed 6 years ago

gbaz commented 6 years ago

http://spec.commonmark.org/0.28/#reference-link http://spec.commonmark.org/0.28/#link-reference-definitions

As per: https://github.com/haskell/hackage-server/issues/650

jgm commented 6 years ago

This is basically an unsupported library and has been for some time. I don't plan to put any more work into it. I'd recommend using cmark.

+++ gbaz [Jan 15 18 07:15 ]:

[1]http://spec.commonmark.org/0.28/#reference-link [2]http://spec.commonmark.org/0.28/#link-reference-definitions

As per: [3]haskell/hackage-server#650

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [4]view it on GitHub, or [5]mute the thread.

References

  1. http://spec.commonmark.org/0.28/#reference-link
  2. http://spec.commonmark.org/0.28/#link-reference-definitions
  3. https://github.com/haskell/hackage-server/issues/650
  4. https://github.com/jgm/cheapskate/issues/24
  5. https://github.com/notifications/unsubscribe-auth/AAAL5M4uXyLoYVo8DEf1y2slCP4dmPoeks5tKvsEgaJpZM4ReAAu
jgm commented 6 years ago

If you can tolerate a binding to a C library, I recommend using cmark or cmark-gfm.

gbaz commented 6 years ago

Thanks for the pointer to cmark-gfm!