(no title)
Daeraxa | 2 years ago
For example the line in the online editor:
This I<is> a B<text>
I find a little difficult to read at a glance.
The list items are also a bit visually "noisy" with every item needing its own "=itemX".
Is the plan to stick to the existing pod style rigidly or is there any potential flexibility for the syntax in the future?
zagap|2 years ago
=begin markdown
# I love markdown \o/
[example](https://pod6.in/#p=%3Dtoc+head1%0A%0A%3Dhead1+this+is+Podlit...)thank you!
Daeraxa|2 years ago
zagap|2 years ago
For example:
=head1 -> =h1 =item1 * -> =i1 * =item1 [ ] -> =i1 [x]
Nice! thank you