mdgriffith / elm-markup

Elm-friendly markup

Home Page:https://package.elm-lang.org/packages/mdgriffith/elm-markup/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for markdown for "ruby annotation"?

yubrshen opened this issue · comments

I'm very interested in extending the markdown syntax to support "ruby syntax" of HTML 5 standard (https://www.w3schools.com/tags/tag_ruby.asp) to write text with annotation, especially classic text, such as Bible scripture. I wonder if your elm-markup would be a good platform to explore.

The proposed syntax would be like
[text to be annotated]{annotation to the text}

I hope that it would be rendered as

text to be annotated
annotation to the text

Thanks for your help and feedback!
If you could give me direction, I'd like to learn to help as much as possible.
(I'm new to elm, but can do in clojure, scala, python)