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
Describe the bug
Unfortunately, some sites don't use semantic markup, e.g., http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/
but instead specify the font directly using tt. Since markdown draws no distinction b/w code and things simply formatted in "typewriter style", these should be recognized at well (or, at least, as a plugin).
HTML Input
<tt>Some typewriter text</tt>
Generated Markdown
Some typewriter text
Expected Markdown
`Some typewriter text`
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Yeah, it should mostly be about adding it to the Filter expression AFAICT.
I'm currently using the linked lapwat/papeer to load all longer articles I want to read onto my e reader, so I'm sure to stumble upon other missing tags :-)
I've went ahead and added an issue tracking MathJax although that is a bit more complicated: #50
Describe the bug
Unfortunately, some sites don't use semantic markup, e.g.,
http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/
but instead specify the font directly using
tt
. Since markdown draws no distinction b/w code and things simply formatted in "typewriter style", these should be recognized at well (or, at least, as a plugin).HTML Input
Generated Markdown
Expected Markdown
Additional context
N/A
The text was updated successfully, but these errors were encountered: