aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/ImStyleParser.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-14change message styling rulesChristian Schneppe1-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.
2017-12-16XEP-0393: fix off-by-one error in block detector ('``ii``ii')Christian Schneppe1-1/+1
2017-12-16Styler: do not style across multiple messagesChristian Schneppe1-1/+1
2017-11-21fixed ImStyleParser to not style '**test**'Christian Schneppe1-1/+1
2017-11-21styler: ignore closing keyword when preceded by whitespaceChristian Schneppe1-1/+1
2017-11-20styling: introduce support for code blocksChristian Schneppe1-9/+37
2017-11-20support for basic IM stylingChristian Schneppe1-0/+107