You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure exactly what would suit your needs, but here's a few hints in case you want to tweak the code.
Abbreviations are handled in two phases. First it reads and remove abbreviation definitions from the Markdown source in stripAbbreviations and the callback function that follows. Then it searches for abbreviations in the text in doAbbreviations and replaces occurrences in the callback function that follows.
I'd like to explain some words, but they are not abbreviations, so it's wrong to explain these words with
<abbr title="">
I just would like to reproduce the system of abbrs but with some changes and only to certain
<span>
, any idea how to proceed?I read the code a bit but it looked very confusing, with meaningless names etc
note: posted here first jonlabelle/ci-markdown#14
The text was updated successfully, but these errors were encountered: