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
8 years ago
Vitaly Puzrin
79244d1148
8.2.2 released
8 years ago
Vitaly Puzrin
1f5397279f
browser files rebuild
8 years ago
Vitaly Puzrin
db1038585f
Merge pull request #312 from mjbvz/add-output-option-to-client
Add Output Option to CLI
8 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.
8 years ago
Vitaly Puzrin
9ca589e2f1
babelmark responder + heroku config
8 years ago
Vitaly Puzrin
835dcb3d9e
8.2.1 released
8 years ago
Vitaly Puzrin
1785073d9a
browser files rebuild
8 years ago
Vitaly Puzrin
09e9ad1688
Add missed h2..h6 to whitelisted block tags
8 years ago
Vitaly Puzrin
31ede2430a
8.2.0 released
8 years ago
Vitaly Puzrin
a6cde3f63c
browser files rebuild
8 years ago
Alex Kocharin
787fe39e8f
Update CommonMark spec to 0.27
8 years ago
Alex Kocharin
9eb2a26005
Fix backtick handling inside tables
Fix https://github.com/markdown-it/markdown-it/issues/303
8 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
8 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
8 years ago
Vitaly Puzrin
f625c6250e
8.1.0 released
8 years ago
Vitaly Puzrin
388968acec
browser files rebuild
8 years ago
Alex Kocharin
f5a06ec0b6
Make link/image/reference helpers overridable
8 years ago
Vitaly Puzrin
11c71dc904
8.0.1 released
8 years ago
Vitaly Puzrin
1cfd4f6141
browser files rebuild
8 years ago
Vitaly Puzrin
0465f129b4
Deps bump
8 years ago
Alex Kocharin
1bb254b879
Allow tabs inside GFM tables
8 years ago
Vitaly Puzrin
e6f19eab42
8.0.0 released
8 years ago
Vitaly Puzrin
0d376627a6
Browser files rebuild
8 years ago
Alex Kocharin
3200d3b3f0
Add ChangeLog entry
8 years ago
Alex Kocharin
7a053ef4c5
Fix tab behavior inside blockquotes
8 years ago
Alex Kocharin
18dd8e3a71
Fix list terminating paragraph shenanigans
8 years ago
Alex Kocharin
1ecf143db0
Fix lists and headings
8 years ago
Alex Kocharin
f07d3862ff
Implement odd matching rules for emphasis
8 years ago
Alex Kocharin
e5696e5b36
Partially fix tabs inside code blocks
8 years ago
Alex Kocharin
ffd30efe99
Update CommonMark spec to 0.26
8 years ago
Vitaly Puzrin
a98cc6173a
Benchmarks: cleanup dependencies. Install via `make benchmark-deps` if needed
8 years ago
Vitaly Puzrin
001cae7853
Deps: eslint bump
8 years ago
Vitaly Puzrin
ec10acf02c
eslint: no es6
8 years ago
Vitaly Puzrin
1d2b893019
Travis: update tested node.js versions (now 4 & 6)
8 years ago
Vitaly Puzrin
3ed1af6c0e
Deps bump
8 years ago
Vitaly Puzrin
c3f619c19a
7.0.1 released
8 years ago
Vitaly Puzrin
50ee266b0c
Browser files rebuild
8 years ago
Vitaly Puzrin
9494044f5c
Deps bump
8 years ago
Alex Kocharin
9335394a99
Disable replacements inside autolinks
close https://github.com/markdown-it/markdown-it/issues/272
8 years ago
Alex Kocharin
126bc6bd8b
Merge pull request #276 from arve0/fix_fence_renderer
fence renderer: fix concat of class array
8 years ago
Alex Kocharin
f39eda555f
Merge pull request #275 from arve0/code_one_space_before_attrs
code renderer: do not render double space before attrs
8 years ago
arve0
e9306a572c
fence renderer: fix concat of class array
Before:
<pre c="l"><code>...
Now:
<pre class="someClass language-python><code>...
Bug introduced in b7c868b64b
8 years ago
arve0
4c4b66bd57
code renderer: do not render double space before attrs
renderAttrs already adds a space before attributes
Before:
<code class="language-python">for i in range(10):</code>
Now:
<code class="language-python">for i in range(10):</code>
8 years ago
Vitaly Puzrin
1f3f9d54ff
Merge pull request #270 from steveluscher/patch-1
Typos in docs/README.md
8 years ago
Steven Luscher
c933746e3f
Update README.md
8 years ago
Vitaly Puzrin
c9403ed8a7
7.0.0 released
9 years ago
Vitaly Puzrin
b78cfcd394
Browser files rebulid
9 years ago
Vitaly Puzrin
f061b80726
linkify-it bump to 2.0
9 years ago
Vitaly Puzrin
c6a952eb02
6.1.1 released
9 years ago