Open athyk opened 4 years ago
@supertiger1234 What do you think about adding lists to the markup format? I personally think it may be a little out of scope, and that it won't really be used too much, although I could add it through a custom expression or something. like:
{|list|
- abc
- 123
- nested
}
turning into
- abc
- 123
- nested
More markdowns or html support like lists and not sure but code blocks with formatting embedded in them like tabbing when entering a new line after a : in python or others in other languages