Sign in
chromium
/
external
/
github.com
/
russross
/
blackfriday
/
HEAD
e96880f
README: make a definitive decision on v2 import path
by Dmitri Shuralyov
· 5 years ago
master
v1.6.0
v1.6.0-pre.1
abb995c
Merge pull request #586 from kolyshkin/gomod
by Russ Ross
· 6 years ago
665c4de
go.mod: add go version
by Kir Kolyshkin
· 6 years ago
41c5fcc
Merge pull request #559 from alanhdu/patch-1
by Russ Ross
· 6 years ago
75d2440
Merge pull request #570 from orf/add-no-opener
by Russ Ross
· 6 years ago
89e6d96
Merge pull request #580 from MarkAtwood/master
by Russ Ross
· 6 years ago
c04ab11
Update LICENSE.txt
by Mark Atwood
· 6 years ago
41eb1fe
Backport noopener links (from commit 670777b536d38a1aef1d517f6330a77d52ceb02e)
by Tom Forbes
· 6 years ago
e2f6cd9
Add <summary> tag too
by Alan Du
· 6 years ago
5c6bc5d
Add <details> to recognized HTML5 block tags
by Alan Du
· 6 years ago
a925a15
README: update URL of LaTeX renderer (#465)
by Anatoly Milkov
· 7 years ago
f3ccc8f
https link to GitHub (#538)
by Christian Oliff
· 7 years ago
a477dd1
Fix fenced code in lists (#521)
by Ignas Anikevicius
· 7 years ago
13768b0
readme: use fenced code blocks (#519)
by Iskander (Alex) Sharipov
· 7 years ago
8c3eacd
Fix checking of backslash in link text (#510) (#512)
by autopp
· 7 years ago
abafa45
Bump Go versions (#499)
by Harald Nordgren
· 7 years ago
05f3235
Add go.mod (#488)
by Bjørn Erik Pedersen
· 7 years ago
v1.5.2
f1f45ab
Fix block parsing for fenced code blocks in lists (#476)
by Tim Fogarty
· 7 years ago
46c73eb
Add a link to bfchroma, glue library with Chroma (#400)
by Vytautas Šaltenis
· 7 years ago
34d6fae
Don't run tests against ancient versions on Travis (#438)
by Vytautas Šaltenis
· 7 years ago
11635eb
Accept info strings in code fences (#448)
by Nathan Glenn
· 8 years ago
16ac584
docs(README.md): fix typo (#451)
by Yoshiya Hinosawa
· 8 years ago
55d61fa
Merge pull request #433 from IainHaslam/master
by Vytautas Šaltenis
· 8 years ago
v1.5.1
338ca35
Fix HTML5 by removing rel="footnote" which is invalid.
by Iain Haslam
· 8 years ago
8db9055
Merge pull request #432 from vassudanagunta/patch-1
by Vytautas Šaltenis
· 8 years ago
e32caeb
Fix broken link to v2 in README
by Vas Sudanagunta
· 8 years ago
6d1ef89
Merge pull request #354 from russross/readme-for-v2
by Vytautas Šaltenis
· 8 years ago
8249792
Update on import paths and dep transitive import FAQ
by Vytautas Šaltenis
· 8 years ago
8ad7e40
Update README with the latest changes from v2
by Vytautas Šaltenis
· 8 years ago
a03b7ee
Add v1 import path, fix Bluemonday code snippet
by Vytautas Šaltenis
· 8 years ago
52dd061
Badges back to heading, reference v1 docs explicitly
by Vytautas Šaltenis
· 8 years ago
ad4c953
Put row of badges above the top level heading
by Vytautas Šaltenis
· 8 years ago
74be510
Document V2 in master README
by Vytautas Šaltenis
· 8 years ago
4048872
Merge pull request #379 from bep/guillemets
by Vytautas Šaltenis
· 8 years ago
v1.5
4ca8c28
Add Smartypants support for French Guillemets
by Bjørn Erik Pedersen
· 8 years ago
067529f
Merge pull request #366 from choueric/master
by Vytautas Šaltenis
· 9 years ago
5b2fb1b
use map[string]struct{} as a set.
by choueric
· 9 years ago
8c89af6
add 'notesRecord' to check footnote existence fast
by choueric
· 9 years ago
a203999
fix duplicate and recursive footnotes. (#241)
by choueric
· 9 years ago
0ba0f2b
Document SanitizedAnchorName algorithm, copy implementation. (#352)
by Dmitri Shuralyov
· 9 years ago
b253417
Merge pull request #334 from choueric/master
by Vytautas Šaltenis
· 9 years ago
f0bb45f
modify testcase of joinLine.
by choueric
· 9 years ago
8098dab
add testcase for joinLines extension
by choueric
· 9 years ago
3ffe8c7
add extension to join lines
by choueric
· 9 years ago
5f33e7b
Document using fenced code blocks with bluemonday (#309)
by Kévin Dunglas
· 9 years ago
35eb537
Set LIST_ITEM_END_OF_LIST when list is at end of document. (#305)
by Dmitri Shuralyov
· 9 years ago
93622da
Make newline mandatory for opening fence line. (#281)
by Dmitri Shuralyov
· 9 years ago
4e6f303
Merge pull request #280 from russross/fix-279-and-refactor
by Vytautas Šaltenis
· 9 years ago
a5812bb
Improve fenced code block detection for first pass.
by Dmitri Shuralyov
· 9 years ago
0049676
Improve fence line detection.
by Dmitri Shuralyov
· 9 years ago
96537c6
Create a place for document-level unit tests.
by Dmitri Shuralyov
· 9 years ago
1d6b8e9
Merge pull request #266 from russross/avoid-unneeded-break
by Vytautas Šaltenis
· 10 years ago
b88a9bd
Avoid unneeded break statement.
by Dmitri Shuralyov
· 10 years ago
2004188
Merge pull request #264 from moorereason/iss263
by Vytautas Šaltenis
· 10 years ago
acc07e6
Fix definition lists that contain other lists
by Cameron Moore
· 10 years ago
43529be
Merge pull request #261 from moorereason/iss235
by Vytautas Šaltenis
· 10 years ago
0529888
Fix adjacent list merging
by Cameron Moore
· 10 years ago
fc997ac
Travis: Run gofmt -s, go vet, go test -race, add Go 1.6.
by Dmitri Shuralyov
· 10 years ago
151efb0
Merge pull request #250 from tomkwok/master
by Vytautas Šaltenis
· 10 years ago
69f51af
Add test for issue 172
by Tom Kwok
· 10 years ago
232d06c
Fix regression: index out of range panic in reference link (#172, #173)
by Tom Kwok
· 10 years ago
b43df97
Merge pull request #247 from shawnps/patch-1
by Vytautas Šaltenis
· 10 years ago
1d94959
fix typo
by Shawn Smith
· 10 years ago
006144a
Merge pull request #234 from shawnps/gofmt
by Vytautas Šaltenis
· 10 years ago
2ee51ae
gofmt -s
by shawnps
· 10 years ago
c8875c0
Merge pull request #229 from russross/issue-228
by Vytautas Šaltenis
· 10 years ago
fc6236f
Fix bug with gathering list item lines
by Vytautas Šaltenis
· 10 years ago
b803157
Merge pull request #225 from russross/issue-165
by Vytautas Šaltenis
· 10 years ago
ee63ffd
Fix initialisms in function names
by Vytautas Šaltenis
· 10 years ago
f5ac2dd
Add a few more CDATA tests
by Vytautas Šaltenis
· 10 years ago
594d923
Convert constant variables into consts
by Vytautas Šaltenis
· 10 years ago
05a7921
Implement support for CDATA section
by Vytautas Šaltenis
· 10 years ago
d18b67a
Add more tests for emphasised text
by Vytautas Šaltenis
· 10 years ago
3c4a488
Merge pull request #224 from russross/issue-180
by Vytautas Šaltenis
· 10 years ago
fc74070
Cosmetics: fix comment placement and import order
by Vytautas Šaltenis
· 10 years ago
bcd6dd8
Don't require the input to end with a newline
by Vytautas Šaltenis
· 10 years ago
e3cbadc
Bump version
by Vytautas Šaltenis
· 10 years ago
ce3ffa7
Merge pull request #222 from icco/parens
by Vytautas Šaltenis
· 10 years ago
1bb1fa9
remove check that brace is > 0
by Nat Welch
· 10 years ago
c1d4a77
Fix comment formatting and spelling
by Nat Welch
· 10 years ago
45f5800
Get tests to pass
by Nat Welch
· 10 years ago
1622f8f
Apply @miekg's patch
by Nat Welch
· 10 years ago
300106c
Merge pull request #219 from FooSoft/master
by Vytautas Šaltenis
· 10 years ago
7d22880
Adding a link to Md2Vim.
by Alex Yatskov
· 10 years ago
0b647d0
Use more idiomatic form for set of strings.
by Dmitri Shuralyov
· 10 years ago
v1.4
18432fc
Add a few missing HTML5 block tags
by Vytautas Šaltenis
· 10 years ago
f1ce82c
Sort block tag list alphabetically
by Vytautas Šaltenis
· 10 years ago
510be64
Merge pull request #216 from russross/issue-194
by Vytautas Šaltenis
· 10 years ago
f21f067
Merge pull request #215 from russross/issue-193
by Vytautas Šaltenis
· 10 years ago
c5943e0
Reformat a dustball of ifs into a switch statement
by Vytautas Šaltenis
· 10 years ago
a58274a
Minor style fix: declare ref first in a loop
by Vytautas Šaltenis
· 10 years ago
ca8c21a
Fix footnote following an exclamation point
by Vytautas Šaltenis
· 10 years ago
c29209f
Add String() method to reference struct
by Vytautas Šaltenis
· 10 years ago
9e68ff9
Fix nested footnotes
by Vytautas Šaltenis
· 10 years ago
660c9fd
Add <style> tag to a list of recognized block tags
by Vytautas Šaltenis
· 10 years ago
9c9c590
Merge pull request #211 from russross/issue-122
by Vytautas Šaltenis
· 10 years ago
4193e86
Drop misleading comment and turn func into method
by Vytautas Šaltenis
· 10 years ago
6c33077
Merge pull request #214 from russross/issue-122-test-readability
by Vytautas Šaltenis
· 10 years ago
e93d8f1
Make test values more readable, add additional test cases.
by Dmitri Shuralyov
· 10 years ago
ceb8293
Merge pull request #212 from nitoyon/readme
by Vytautas Šaltenis
· 10 years ago
Next »