yuin
39db45a099
Fixes #94
2020-01-27 14:56:49 +09:00
Yusuke Inuzuka
faaafa55b6
Merge pull request #88 from tangiel/apostrophe
...
typographer: add basic support for apostrophes
2020-01-11 17:52:47 +09:00
Daniel Tang
45fa0e2645
typographer: add basic support for apostrophes
2020-01-09 15:35:41 -08:00
Yusuke Inuzuka
5294fa5c4f
Merge pull request #87 from qiuzhiqian/master
...
fix bug: BaseNode.RemoveChildren only set the first child as nil
2020-01-10 00:13:16 +09:00
xml
4fc27178e4
fix bug: if do c.SetNextSibling(nil) and c = c.NextSibling(). After remove the first child the var c is always nil.the next child will not be set nil
2020-01-09 17:33:21 +08:00
Yusuke Inuzuka
3e38e966f6
Update ISSUE_TEMPLATE.md
2020-01-06 19:18:03 +09:00
Yusuke Inuzuka
97405beafd
Merge pull request #85 from hivehand/text-tweaks
...
Tweak README.md punctuation, grammar, and phrasing
2020-01-04 19:08:27 +09:00
Dan Martinez
4fedb553e3
Tweak README.md punctuation, grammar, and phrasing
2020-01-03 17:50:00 -08:00
Yusuke Inuzuka
4f96330d3f
Merge pull request #84 from Kissaki/patch-1
...
Link to CommonMark website in README.md
2020-01-02 01:55:28 +09:00
yuin
533a448c5f
Update README.md
2020-01-02 01:54:01 +09:00
yuin
94947895e7
Update README.md
2020-01-02 01:51:36 +09:00
yuin
83e7dcebc7
Update README.md
2020-01-02 01:50:19 +09:00
yuin
4b54582dee
Fixes #83 , Adds options for Linkify
2020-01-02 01:36:46 +09:00
Jan Klass
471456b80a
Link to CommonMark website in README.md
...
Link to the CommonMark website to explicitly reference what it is, and to help users unfamiliar with it to discover and navigate to it.
CommonMark is mentioned very early in the README. Here it is a subheadline. I decided to not link here but in this features section instead where it is listed as one of the features. The subheadline seems more fitting as a short, pure text for those knowing about it.
The link is to the main website rather than the specification as users unfamiliar with it will want to land on the landing page with a description of what it is rather than a technical specification. The specification page does not immediately and obviously link back to the main website.
The shortened term spec is being extended to its full word specification for clarity and discoverability.
2019-12-31 10:14:18 +01:00
yuin
f9b134f6be
Fixes #81
2019-12-27 16:03:11 +09:00
Yusuke Inuzuka
2c9db0c8fa
Merge pull request #78 from zzwx-forks/master
...
Additional <thead>, <tr>, <th>, <td> attributes render
2019-12-26 12:02:50 +09:00
yuin
66a48f66b8
Fixes linkify regression.
...
https://github.github.com/gfm/#example-627 says '<' immediately ends an autolink.
But goldmark had continued to autolink with '<' due to recently changes.
2019-12-25 15:07:45 +09:00
zzwx
224bf7d721
Additional attributes render with comments
2019-12-24 19:37:21 -05:00
Yusuke Inuzuka
9a4c7bce92
Update ISSUE_TEMPLATE.md
2019-12-22 23:50:35 +09:00
yuin
923eb97048
Fixes #71
2019-12-22 23:31:22 +09:00
yuin
e4108d55a4
Update issue template
2019-12-22 22:48:41 +09:00
yuin
12851a08ba
Fixes #70 , #74
2019-12-22 22:27:39 +09:00
Yusuke Inuzuka
efd5960110
Merge pull request #75 from mdigger/master
...
Put header id to generator
2019-12-22 21:13:15 +09:00
Yusuke Inuzuka
a6724f003f
Merge pull request #72 from zzwx/master
...
Render table attributes
2019-12-22 21:13:01 +09:00
Dmitry Sedykh
e0a5ff07c2
put ID to generator
2019-12-22 09:46:40 +03:00
zzwx
5690da2615
Render table attributes
2019-12-20 19:52:09 -05:00
yuin
2aab93edb4
Fixes tests
2019-12-20 11:12:24 +09:00
yuin
e0171097bf
Fixes #69
2019-12-20 11:11:28 +09:00
yuin
26fb0b56e6
Fixes gohugoio/hugo#6626
2019-12-18 15:46:54 +09:00
yuin
64d4e16bf4
Fixes #65
2019-12-18 11:37:07 +09:00
yuin
6d2e5fddae
Fix #64 and some lint warnings
2019-12-16 11:08:45 +09:00
Yusuke Inuzuka
5b25bb53dd
Merge pull request #63 from aletson/master
...
incorporate remaining changes from yuin/goldmark#52
2019-12-11 11:47:02 +09:00
Allison Letson
26b4b47473
incorporate remaining changes from yuin/goldmark#52
2019-12-10 09:25:03 -05:00
Yusuke Inuzuka
9e55545c8d
Update ISSUE_TEMPLATE.md
2019-12-10 01:33:25 +09:00
yuin
ec246695c5
Fix fail on go1.12
2019-12-08 19:00:20 +09:00
yuin
7d8bee11ca
Closes #33 : Now NodeRenderers render attributes
2019-12-08 18:53:01 +09:00
Yusuke Inuzuka
0a62f6ae63
Create stale.yml
2019-12-08 00:45:12 +09:00
Yusuke Inuzuka
a47a029d55
Fix typo
2019-12-06 18:23:52 +09:00
Yusuke Inuzuka
e528cffacf
Update benchmark results
2019-12-06 13:10:48 +09:00
Yusuke Inuzuka
89919744e0
Fix badge URL
2019-12-06 02:05:12 +09:00
yuin
171dbc66a8
Fixes #50
2019-12-05 13:39:55 +09:00
yuin
ea2c6c34ce
Fixes #55
2019-12-05 11:27:29 +09:00
Yusuke Inuzuka
66aa5562f7
Merge pull request #54 from moorereason/fuzz-more
...
Fuzz more code paths
2019-12-05 11:17:50 +09:00
Yusuke Inuzuka
43e0347f6d
Merge pull request #52 from anthonyfok/fix-typos-in-readme
...
Fix typos in README.md
2019-12-05 10:44:30 +09:00
Cameron Moore
25f82f0a2d
Fuzz more code paths
2019-12-04 14:12:40 -06:00
Anthony Fok
30605bf736
Fix typos in README.md
2019-12-04 05:15:50 -07:00
Yusuke Inuzuka
567046a85d
Merge pull request #51 from adiabatic/master
...
Improve display of footnote backlinks
2019-12-04 18:07:01 +09:00
Nathan Galt
6f9629fb2b
Improve display of footnote backlinks
...
This makes three changes to backlinks:
- Inserts a space before `<a href='…'>↩</a>` to make it look better
- Uses hexadecimal references (`&#x…;`) instead of decimal references for clarity
- Adds U+FE0E VARIATION SELECTOR 15 to the ↩ to suppress emojification on both iOS and Edge on Windows
If variation selector 15 isn't appended to the ↩, then the return arrow will show up as an emoji on iOS and Edge for Windows. The Pandoc project has already run into this quirk as documented on https://github.com/jgm/pandoc/issues/5469 and they've pushed a change for their Markdown processor already.
2019-12-03 19:34:16 -08:00
yuin
511e434efc
Fixes #49
2019-12-03 13:31:57 +09:00
yuin
8a50115f03
Remove unsed variables
2019-12-02 18:26:06 +09:00