Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change message styling rules | Christian Schneppe | 2018-12-14 | 1 | -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 Schneppe | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Styler: do not style across multiple messages | Christian Schneppe | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | fixed ImStyleParser to not style '**test**' | Christian Schneppe | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | styler: ignore closing keyword when preceded by whitespace | Christian Schneppe | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | styling: introduce support for code blocks | Christian Schneppe | 2017-11-20 | 1 | -9/+37 |
| | |||||
* | support for basic IM styling | Christian Schneppe | 2017-11-20 | 1 | -0/+107 |