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
In the future, settings for customizing markdown formatting will probably be added, such as:
code block style: fenced or indented. If fenced, backticks or tildes.
heading style: atx or setext
bold style: ** or __
italic style: * or _
indent with 4 spaces or a \t
inline links or reference links
whether to convert superscripts like y[1] to y[1] or y^[1]^, and subscripts like H2O to H2O or H~2~O (the latter of each use the rarely supported markdown syntax explained in Extended Syntax | Markdown Guide)
Currently, Stardown's settings page is very simple. I would like to keep it easy to use and lightweight, but there are many ways it could be improved.
For example, the options page could let users directly:
All without navigating to GitHub or another website.
The text was updated successfully, but these errors were encountered: