Simplified markdown to </avoid> typing <this> type of text?
I'm complaining mainly because <these> 2 keys tend to be in the symbols tab on a mobile keyboard and are really annoying to keep going back from and to while making something like a <details> box....
I'm complaining mainly because <these> 2 keys tend to be in the symbols
tab on a mobile keyboard and are really annoying to keep going back from and to while making something like a <details>
box.
Some replacements I imagine (0 programming knowledge) could be:
>small text here<
( for > to not make quotations at the beginning you could maybe put some unrelated character like ) or ] before it)
^superscripted text here/
(or you could just use parentheses to delineate which text is formatted like on reddit and probably all normal places)
_subscripted text here_
(admittedly I know this messes with underscore being equal to asterisks in formatting, but I don't know which key you could use avoid this that still is intuitive)
{Details
[Summary text here]
Details text here}
Replace the <details>
prompt with {
and </details>
with }
and presumably everything should work, right? (The brackets can have the summary functionality limited to within the details box because they're encased within the curly brackets? Admittedly I don't really know.)