Alex Kocharin
c9adb050e0
Preserve initial position in links
fix #55
10 years ago
Vitaly Puzrin
dd96361bd3
changelog update
10 years ago
Vitaly Puzrin
0d22001900
more fixes in link protocols check
10 years ago
Vitaly Puzrin
d02fc8a32b
base64 encode demo permalinks to avoid broken content for github postings
10 years ago
Vitaly Puzrin
d6b5c03d1f
Improved prohibited protocols check in links
10 years ago
Vitaly Puzrin
6dc8e832a7
Updated smartquotes tests
10 years ago
Vitaly Puzrin
2f274bfc4d
Fixture rename
10 years ago
Vitaly Puzrin
2ef8825a7f
Moved tight paragraphs marking to separate fn
10 years ago
Vitaly Puzrin
6ce8e1b61d
Perf: improved inlines cache logic
10 years ago
Vitaly Puzrin
a7c1bdb0b9
1.1.1 released
10 years ago
Vitaly Puzrin
d8736e01bf
Browser files rebuild
10 years ago
Vitaly Puzrin
719d4c1888
Linkify fix. Closes #51
10 years ago
Vitaly Puzrin
2040c4f02e
StateInline props rename
10 years ago
Alex Kocharin
ba2463f2f5
Remove dead code in em/del
10 years ago
Alex Kocharin
f74bbf2515
Tweak emphasis parsing algorithm
In the case of intersecting tags (e. g. "*foo _bar* baz_") last
complete tag should have a priority.
10 years ago
Alex Kocharin
5d772b9bb6
Add validation mode to all inline rules
10 years ago
Vitaly Puzrin
ab00db7c24
Fixed `Ruler.after()` method
10 years ago
Vitaly Puzrin
d5c588b130
Simplified loose/tight logic. Closes #50
10 years ago
Vitaly Puzrin
7146f91d0a
1.1.0 released
10 years ago
Vitaly Puzrin
254bbec953
browser files rebuild
10 years ago
Vitaly Puzrin
2cc37e20d0
Splitted .render() methods to simplify monkeypatching
10 years ago
Vitaly Puzrin
bf1016510b
typo fix
10 years ago
Vitaly Puzrin
0e8d9bec18
reordered StateInline properties
10 years ago
Alex Kocharin
065eba8bda
Add "lines" attribute to all block-level tokens
(except for the closing ones)
10 years ago
Vitaly Puzrin
07a5bf5c7f
listMode -> parentType
10 years ago
Vitaly Puzrin
7ea9c2cffb
StateBlock cleanup
10 years ago
Alex Kocharin
7abfb2718c
Treat newline as a whitespace in em and del
10 years ago
Alex Kocharin
4c100655da
Update test fixtures to the latest CommonMark spec
10 years ago
Alex Kocharin
5a73b286b6
Update emphasis rule to the latest CommonMark spec
10 years ago
Alex Kocharin
46402a32b4
Replace bqMarks logic with negative tShift
10 years ago
Vitaly Puzrin
68fed4da38
Merge pull request #45 from julianlam/patch-1
proofreading
10 years ago
Julian Lam
9a4a820749
proofreading
10 years ago
Vitaly Puzrin
199976d09e
parse backticks without regex exec
10 years ago
Vitaly Puzrin
b53b20b372
demo update
10 years ago
Vitaly Puzrin
2f7a0d0467
Examples fix. Closes #43
10 years ago
Vitaly Puzrin
6db093844b
Avoid shadow copy for inline containers
10 years ago
Vitaly Puzrin
46ed247933
Added jsDeliver CDN link
10 years ago
Vitaly Puzrin
7ee0ac4d58
Merge pull request #41 from tomByrer/patch-4
+ commit to dev
10 years ago
Vitaly Puzrin
9264073d75
Rolled back benchmark option, touched in prev commit
10 years ago
Vitaly Puzrin
105a06ceca
Fixed linkify option
10 years ago
Vitaly Puzrin
190a8563ab
Perf: optimized html block names lookup
10 years ago
Tom Byrer
00e15ae430
+ commit to dev
10 years ago
Vitaly Puzrin
b185148117
Cleanup
10 years ago
Vitaly Puzrin
6a05b0674c
Simplified StateInline
10 years ago
Vitaly Puzrin
4682ab06a8
Merge pull request #39 from tomByrer/patch-2
+ licence to headers
10 years ago
Vitaly Puzrin
9fbeb5a6ec
Perf: escaping
10 years ago
Vitaly Puzrin
5512f9cdcd
Deopts: fixed tables
10 years ago
Tom Byrer
6182f74807
+ licence to headers
> [The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.](https://github.com/jonschlinkert/remarkable/blob/master/LICENSE )
But I think `license MIT` is fine; devs & CS lawyers know what this means.
The `!` & `@license` are flags for minifiers & concocters to keep the legal notification.
Sorry to lengthen your header; very admirable of you to keep it small!
10 years ago
Vitaly Puzrin
1fde848a41
Fixed deopts
10 years ago
Vitaly Puzrin
01008da830
Added benchmarks for different remarkable modes
10 years ago