Vitaly Puzrin
79f3b466ee
browser files rebuild
9 years ago
Alex Kocharin
2959f8c27c
Update CommonMark spec to 0.28
9 years ago
Vitaly Puzrin
d0e0cbdc80
8.3.2 released
9 years ago
Vitaly Puzrin
67419c04d6
Browser files rebuild
9 years ago
Alex Kocharin
a733ffa8b6
Fix blockquote termination inside lists
close https://github.com/markdown-it/markdown-it/issues/386
9 years ago
Vitaly Puzrin
c4d0a7febd
Merge pull request #387 from torifat/patch-1
Fix a small typo
9 years ago
Rifat Nabi
696231b28d
Fix a small typo
9 years ago
Vitaly Puzrin
dbab00e714
Merge pull request #383 from ZaninAndrea/patch-1
typo correction
9 years ago
Zanin Andrea
b7dd15fa9c
typo correction
9 years ago
Alex Kocharin
a1b64e6f57
Update uglify-js to 3.x
9 years ago
Vitaly Puzrin
ff643c5bf5
Merge pull request #359 from Ullallulloo/master
Fixed typos in comment
9 years ago
Ullallulloo
bf4ba21254
Fixed typos in comment
9 years ago
Vitaly Puzrin
af75df0fe0
Enable tests, disabled in prev commit
9 years ago
Vitaly Puzrin
aa74c1f727
Add babelmark responder test
9 years ago
Vitaly Puzrin
427cc20c9b
8.3.1 released
9 years ago
Vitaly Puzrin
7de4d6555d
Browser files rebuild
9 years ago
Alex Kocharin
c57f593b23
Fix blockquote termination by list item
close https://github.com/markdown-it/markdown-it/issues/338
9 years ago
Vitaly Puzrin
bcfbe38cdd
8.3.0 released
9 years ago
Vitaly Puzrin
b670878de2
Browser files rebuild
9 years ago
Vitaly Puzrin
c9199b582d
Better error message for bad input type, close #324
9 years ago
Alex Kocharin
f0e7e562ea
Fix blockquote termination inside indented lists
close https://github.com/markdown-it/markdown-it/issues/329
9 years ago
Alex Kocharin
dc1c392a4d
Remove tabs at the beginning of the line in paragraphs
9 years ago
Vitaly Puzrin
35e54dbaf6
Merge pull request #327 from styfle/patch-1
Update hyperlinks to GFM docs
9 years ago
Steven
9a745df3c8
Update hyperlinks to GFM docs
9 years ago
Alex Kocharin
d29f421927
Fix table indentation issues
close https://github.com/markdown-it/markdown-it/issues/325
reverts https://github.com/markdown-it/markdown-it/pull/224
9 years ago
Vitaly Puzrin
79244d1148
8.2.2 released
9 years ago
Vitaly Puzrin
1f5397279f
browser files rebuild
9 years ago
Vitaly Puzrin
db1038585f
Merge pull request #312 from mjbvz/add-output-option-to-client
Add Output Option to CLI
9 years ago
Matt Bierner
fbf0a591ab
Add output file option to cli
Adds an option for specifying an output file when using markdown-it from the command line.
I'm on the VScode team and in our docs we currently recomend that users install marked for converting markdown to html: https://code.visualstudio.com/Docs/languages/markdown#_compiling-markdown-into-html . I'd like to use markdown-it in this example instead, but correctly setting up a task for this is not as easy as it is with marked. Having a commandline output file option addresses this.
9 years ago
Vitaly Puzrin
9ca589e2f1
babelmark responder + heroku config
9 years ago
Vitaly Puzrin
835dcb3d9e
8.2.1 released
9 years ago
Vitaly Puzrin
1785073d9a
browser files rebuild
9 years ago
Vitaly Puzrin
09e9ad1688
Add missed h2..h6 to whitelisted block tags
9 years ago
Vitaly Puzrin
31ede2430a
8.2.0 released
9 years ago
Vitaly Puzrin
a6cde3f63c
browser files rebuild
9 years ago
Alex Kocharin
787fe39e8f
Update CommonMark spec to 0.27
9 years ago
Alex Kocharin
9eb2a26005
Fix backtick handling inside tables
Fix https://github.com/markdown-it/markdown-it/issues/303
9 years ago
Alex Kocharin
93544ee4bf
Fenced code block info string should not contain fence marker
Fix https://github.com/markdown-it/markdown-it/issues/301
9 years ago
Igor Bochkariov
ebc9f50759
fallback to reference if a link is not valid
This commit makes martdown-it pass a new example introduced in cfc8416447
```
[foo](not a link)
[foo]: /url1
.
<p><a href="/url1">foo</a>(not a link)</p>
```
Ref: https://github.com/jgm/CommonMark/issues/427
9 years ago
Vitaly Puzrin
f625c6250e
8.1.0 released
10 years ago
Vitaly Puzrin
388968acec
browser files rebuild
10 years ago
Alex Kocharin
f5a06ec0b6
Make link/image/reference helpers overridable
10 years ago
Vitaly Puzrin
11c71dc904
8.0.1 released
10 years ago
Vitaly Puzrin
1cfd4f6141
browser files rebuild
10 years ago
Vitaly Puzrin
0465f129b4
Deps bump
10 years ago
Alex Kocharin
1bb254b879
Allow tabs inside GFM tables
10 years ago
Vitaly Puzrin
e6f19eab42
8.0.0 released
10 years ago
Vitaly Puzrin
0d376627a6
Browser files rebuild
10 years ago
Alex Kocharin
3200d3b3f0
Add ChangeLog entry
10 years ago
Alex Kocharin
7a053ef4c5
Fix tab behavior inside blockquotes
10 years ago