aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/ImStyleParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change message styling rulesChristian Schneppe2018-12-141-0/+24
| | | | | | | | | | Message styling purposly doesn’t require a whitespace after a closing tag to make something like ~un~believable work. However it also breaks _Programmierer_innen_ and other example where the tag is repeated as a non tag in the word. Therefor we change the rules that if a closing tag is followed by a higher order closing tag (a closing tag followed by an end block or white space) we ignore the first closing tag. But only if we don’t read another tag open.
* XEP-0393: fix off-by-one error in block detector ('``ii``ii')Christian Schneppe2017-12-161-1/+1
|
* Styler: do not style across multiple messagesChristian Schneppe2017-12-161-1/+1
|
* fixed ImStyleParser to not style '**test**'Christian Schneppe2017-11-211-1/+1
|
* styler: ignore closing keyword when preceded by whitespaceChristian Schneppe2017-11-211-1/+1
|
* styling: introduce support for code blocksChristian Schneppe2017-11-201-9/+37
|
* support for basic IM stylingChristian Schneppe2017-11-201-0/+107