Nertivia / legacy-nertivia-client

Nertivia is a chat client
https://nertivia.net
GNU General Public License v3.0
77 stars 24 forks source link

Advanced formatting #52

Open athyk opened 4 years ago

athyk commented 4 years ago

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

brecert commented 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