russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.42k stars 598 forks source link

Implement a furigana extension #578

Closed Elinvention closed 4 years ago

Elinvention commented 4 years ago

Implement a furigana extension based on the syntax used in https://github.com/djfun/furigana_markdown. See https://discourse.gohugo.io/t/using-furigana-ruby-with-markdown/15156/4 to understand what this is for.

I made this some months ago and now I realized Hugo switched to goldmark, oh well...

russross commented 4 years ago

This is probably too niche to merge in the base library. I think it would make more sense to maintain this in a fork.