-
Notifications
You must be signed in to change notification settings - Fork 11
towards v1.0.0 #4
Copy link
Copy link
Open
Description
with the intention of moving towards a 1.0.0 stable release I'm opening this issue for anyone to voice their opinions on the behavior and api of the extension.
changes
some of the things I would like to change include:
- renaming to
showdown-katex: since this is a showdown extension that serves as a bridge to katex, I believe the name change makes it easier to understand what this project is - renaming would also mean that configuration would now be
set usingpassed to the extension factory function instead ofshowdownKatex.configkatex.config. I also don't what to use thekatexnamespace. -
since there is now a way to render things inline (meaning without triple backticks) it might make sense to deprecate them.There's also the option to make the backticks work as a shortcut todisplayMode: true
some questions
- good inline asciimath delimiters? the syntax I have until now is using single
~surrounding the asciimath (~ y = mx + b ~). why not single backtick like MathJax? because this is markdown. backticks already mean something in markdown. In fact the single tilde seems just as readable as the single backtick for inline math - is it necessary to have default asciimath in displayMode delimiters? if triple backtick becomes forced displayMode this will not be needed
any input is welcome
Reactions are currently unavailable