alanxoc3 / concards

A flashcard note app
GNU General Public License v3.0
8 stars 0 forks source link

Switch to a hash syntax start and end card delimiter #74

Closed alanxoc3 closed 3 years ago

alanxoc3 commented 4 years ago

The inside of the card wouldn't change besides not backslashing gt and lt signs anymore. Here is a complex example of the syntax:

This:

#:hello#:me::#:h\#:ey|yo:#:y{::\# e|:s}:#
or shorter,
#:hello#:me\:#:y{\# e|s}:#

Would generate:

#: hello
#: me\:
#: y{}s | \# e
#: y\# e{} | s
:#