informatics-isi-edu / ermrestjs

ERMrest client library in JavaScript
Apache License 2.0
4 stars 3 forks source link

Improve markdown span custom tag #920

Open RFSH opened 3 years ago

RFSH commented 3 years ago

The current span tag implementation is based on "subscript". In case of subscript, the text between the special tags must be inline and must be treated as normal text (it shouldn't apply markdown). But that's not necessarily true for span and we should be able to use span in combination with other markdown tags.

The current implementation,


This came up as part of #919 where we want a tag that does the markdown escaping for us.