Estevao Soares dos Santos
|
7f43b79b33
fix(encodeAmpsAndAngles): fix > and < encoding
|
8 年之前 |
Estevao Soares dos Santos
|
f7a429e8db
fix(paragraph): workaround QML bug
|
8 年之前 |
greenkeeper[bot]
|
b5e46fdb8d
Update dependencies to enable Greenkeeper 🌴 (#335)
|
8 年之前 |
Estevao Soares dos Santos
|
1832b7f721
fix(italicsAndBold): fix double emphasis edge case
|
8 年之前 |
Estevao Soares dos Santos
|
54bf74472a
fix(paragraphs): fix empty lines generating empty paragraphs
|
8 年之前 |
Estevao Soares dos Santos
|
94c9700d1a
test: add test for emphasis case
|
8 年之前 |
Estevao Soares dos Santos
|
0292ae0dcb
fix(literalMidWordUnderscores): Inconsistent behavior of emphasis and strong with literalMidWordUndescores
|
8 年之前 |
Estevao Soares dos Santos
|
a4f05d4693
fix(italicsAndBold): fiz inconsistency in italicsAndBold parsing
|
8 年之前 |
Estevao Soares dos Santos
|
e4c43ea433
refactor(italicsAndBold): refactoring of italicsAndBold regexes for speed
|
8 年之前 |
Estevao Soares dos Santos
|
062e465902
chore: cleanup code and comments
|
8 年之前 |
Estevao Soares dos Santos
|
169cbe8e2d
fix(strikethrough): fix striketrough being wrongly parsed inside codeSpans
|
8 年之前 |
Estevao Soares dos Santos
|
4243a313fd
fix(codeSpans): add - and = to escaped chars inside code spans
|
8 年之前 |
Estevao Soares dos Santos
|
7d63a3e635
feat(events): add events to all subparsers
|
8 年之前 |
Estevao Soares dos Santos
|
10fb1cf451
refactor: use ¨ instead of ~ as escape character
|
8 年之前 |
Estevao Soares dos Santos
|
24d47d7c68
fix(strikethrough): allow escapinging tilde char
|
8 年之前 |
Estevao Soares dos Santos
|
a4c24c9805
feat(ghMentionsLink): add ability to define the generated url in @mentions
|
8 年之前 |
Estevao Soares dos Santos
|
bfcc0e44f0
fix(escapeSpecialCharsWithinTagAttributes): add ~ and = to escaped chars
|
8 年之前 |
Estevao Soares dos Santos
|
0c9ebd4e24
refactor: some minor performance improvements
|
8 年之前 |
Estevao Soares dos Santos
|
4613260cdf
refactor: create horizontal rules own subParser
|
8 年之前 |
Estevao Soares dos Santos
|
fea64bdd3c
test: add tests for helper functions
|
8 年之前 |
Estevao Soares dos Santos
|
5190b6a41f
fix(simplifiedAutoLink): fix missing spaces before and after email addresses
|
8 年之前 |
Estevao Soares dos Santos
|
90c52b83e7
feat(encodeEmail): add option to enable/disable mail obfuscation
|
8 年之前 |
Estevao Soares dos Santos
|
e3521bd8fa
refactor(CLI): refactoring of CLI code
|
8 年之前 |
Estevao Soares dos Santos
|
0eaf1050c7
feat(getFlavor): add getFlavor method to showdown and Converter
|
8 年之前 |
Estevao Soares dos Santos
|
a58674e597
chore: improve ghMentions
|
8 年之前 |
Estevao Soares dos Santos
|
f2671c0cc7
feat(ghMentions): add support for github's @mentions
|
8 年之前 |
Estevao Soares dos Santos
|
561dc5f155
fix(IE8): fix for IE8 error on using isUndefined function
|
8 年之前 |
Estevao Soares dos Santos
|
b1c458a762
fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters
|
8 年之前 |
Estevao Soares dos Santos
|
de7c37eaea
fix(options): fix ghCompatibleHeaderId that was set as string instead of boolean
|
8 年之前 |
Estevao Soares dos Santos
|
d499feb2aa
fix(ghCompatibleHeaderId): improve the number of removed chars
|
8 年之前 |