discord / SimpleAST

Extensible Android library for both parsing text into Abstract Syntax Trees and rendering those trees as rich text.
Other
370 stars 32 forks source link

code: support double ` inline codeblocks #30

Closed VoltrexKeyva closed 3 years ago

VoltrexKeyva commented 3 years ago

Added support for inline codeblocks that can be created with double ` (e.g. ``text`` -> text) which is supported by Discord desktop, Discord mobile should consume the same rules and the inline codeblock rule should not consume empty inline codeblocks.