Commit Graph

  • 41159b3874 Fix bad merge Vytautas Šaltenis 2017-02-14 21:58:46 +0200
  • a8c45a7349 Merge branch 'v2' into v2-functional-opts Vytautas Šaltenis 2017-02-14 21:51:06 +0200
  • 5ebfae50aa Merge pull request #331 from russross/v2-fix-180-again Vytautas Šaltenis 2017-02-14 21:40:27 +0200
  • b98e306853 Merge pull request #332 from russross/v2-rename-headers-to-headings Vytautas Šaltenis 2017-02-14 21:17:32 +0200
  • 747587a52d Fix all headings wrongly referred to as headers Vytautas Šaltenis 2017-02-12 19:00:18 +0200
  • 7500a7e2ed Fix #180 again Vytautas Šaltenis 2017-02-12 17:57:51 +0200
  • 1c4497662b Merge 9d2979e756 into 5f33e7b787 Anthony Starks 2017-02-06 04:16:11 +0000
  • efd1471c6d Merge 5b801c0573 into 5f33e7b787 Anthony Starks 2017-02-06 04:16:11 +0000
  • 5e1065fa45 Fix blooper: remove dead code Vytautas Šaltenis 2017-02-02 17:24:53 +0200
  • ad7f7c56d5 Merge pull request #322 from russross/v2-perf-tweaks Vytautas Šaltenis 2017-02-02 17:08:19 +0200
  • e81d1d1138 Change the public interface to use functional options Vytautas Šaltenis 2017-02-02 09:35:10 +0200
  • d04a53c644 Merge branch 'v2' into v2-perf-tweaks Vytautas Šaltenis 2017-02-02 12:00:48 +0200
  • ea57e93666 Several fixes after code review Vytautas Šaltenis 2017-02-02 11:52:49 +0200
  • f805c775f5 HTTPS allthethings! Vytautas Šaltenis 2017-01-27 12:13:59 +0200
  • fb56a7e01e Update README for v2 Vytautas Šaltenis 2017-01-26 13:30:06 +0200
  • a4dd8ad4a6 Merge pull request #324 from russross/move-toc-to-html Vytautas Šaltenis 2016-12-07 21:07:04 +0200
  • 3d1baecb3d Merge pull request #323 from russross/ditch-skip-style Vytautas Šaltenis 2016-12-07 21:00:43 +0200
  • 95b0f90667 Merge cfe7fc8401 into 5f33e7b787 emilkm 2016-12-05 11:07:57 +0000
  • 08c1c54bd2 Merge bfa3232185 into 5f33e7b787 Pierre Neidhardt 2016-11-30 19:48:36 +0000
  • 9c4ef640b9 Move TOC and OmitContents to HTML flags Vytautas Šaltenis 2016-11-24 21:48:48 +0200
  • b61f73e4f9 Ditch SkipStyle flag Vytautas Šaltenis 2016-11-24 20:37:33 +0200
  • 120bb2fae1 Get rid of the preprocess stage Vytautas Šaltenis 2016-11-10 21:49:58 +0200
  • 2d4f1dd6f8 Update bibliography links to secure ones (#100) Martin Thomson 2016-11-03 18:30:28 +1100
  • 22a3e5b744 Avoid calling bytes.Split() in appendLanguageAttr Vytautas Saltenis 2016-10-29 12:09:34 +0300
  • 9357a8f949 Simplify inline() even more Vytautas Saltenis 2016-10-29 11:05:26 +0300
  • 6438ce6de8 Avoid some conditionals in inline parser Vytautas Saltenis 2016-10-29 10:10:22 +0300
  • 52676fb005 Merge pull request #314 from Ambrevar/v2consttype Vytautas Šaltenis 2016-10-09 10:26:09 +0300
  • 627dc87cad Add missing type to TableAlignment* constants Pierre Neidhardt 2016-10-09 08:43:40 +0530
  • 2b483a8555 Merge pull request #310 from Ambrevar/v2FixWalkNoContainer Vytautas Šaltenis 2016-10-08 18:24:09 +0300
  • c60ee1aab0 Avoid allocating []byte for every written newline Vytautas Šaltenis 2016-10-08 18:17:00 +0300
  • 461803619b Simplify escapeHTML and uncomment it's benchmark Vytautas Šaltenis 2016-10-08 17:58:30 +0300
  • 14a0c487b8 Fix walk with non-container root nodes Pierre Neidhardt 2016-10-05 09:43:05 +0530
  • 55174bf651 Merge 724433aa05 into 5f33e7b787 emilkm 2016-10-04 04:03:06 +0000
  • 5f33e7b787 Document using fenced code blocks with bluemonday (#309) Kévin Dunglas 2016-10-03 18:27:22 +0200
  • 73d0542ef8 Enable Go syntax highlighting Kévin Dunglas 2016-10-03 13:37:39 +0200
  • 334d412800 Document using fenced code blocks with bluemonday Kévin Dunglas 2016-10-03 08:32:58 +0200
  • 6141d5fde1 Merge pull request #306 from russross/v2-add-links-to-footnotes Vytautas Šaltenis 2016-10-03 08:14:53 +0300
  • 701c11f875 Only test go 1.7 Miek Gieben 2016-09-27 09:48:57 +0000
  • c1ff09def1 Better toplevel Makefile Miek Gieben 2016-09-27 07:16:15 +0100
  • b80c655a3a Add Makefile Miek Gieben 2016-09-27 07:10:59 +0100
  • 1aa82c4039 Make golint happy: fix method receiver Vytautas Šaltenis 2016-09-17 19:36:55 +0300
  • 8a11177489 Add direct link to a footnote from it's referer Vytautas Šaltenis 2016-09-17 19:31:29 +0300
  • 64d8e9ed79 Merge pull request #300 from Ambrevar/rmLaTeX Vytautas Šaltenis 2016-09-12 19:57:33 +0300
  • d9ffdb7464 Use bytes.IndexByte to skip til EOL Vytautas Šaltenis 2016-09-10 15:24:45 +0300
  • 993325d13f Roll our own implementation of HTML escaper Vytautas Šaltenis 2016-09-10 14:33:37 +0300
  • 4688db5f6f Remove the LaTeX renderer stub and point to Ambrevar's implementation Pierre Neidhardt 2016-09-10 15:54:43 +0530
  • 31f2685bfe Remove lots of string literals Vytautas Šaltenis 2016-09-10 12:39:22 +0300
  • e0fc1a0cb1 Don't bother removing trailing newlines in code blocks Vytautas Šaltenis 2016-09-10 12:21:53 +0300
  • 39b8ed198a Avoid general purpose ToLower in autolink detection Vytautas Šaltenis 2016-09-10 12:03:14 +0300
  • da06641438 Add Go 1.{6,7}, stop building on ancient versions Vytautas Šaltenis 2016-09-10 11:46:22 +0300
  • b91b5719eb Merge pull request #302 from russross/v2-move-footnotest-to-html Vytautas Šaltenis 2016-09-10 11:32:03 +0300
  • 35eb537633 Set LIST_ITEM_END_OF_LIST when list is at end of document. (#305) Dmitri Shuralyov 2016-09-08 23:28:54 -0700
  • 7a37e75ac5 Set LIST_ITEM_END_OF_LIST when list is at end of document. Dmitri Shuralyov 2016-09-07 22:01:22 -0700
  • 0a029cbe51 v2: Run the reference benchmark on Travis (#304) Vytautas Šaltenis 2016-09-05 19:52:01 +0300
  • 340a60838f Unify parameter syntax Vytautas Šaltenis 2016-09-05 19:40:07 +0300
  • 91753e8bc7 v2: Extract package level documentation to doc.go (#303) Vytautas Šaltenis 2016-09-05 10:25:10 +0300
  • b3b6a4dbbf Fix grammar Vytautas Šaltenis 2016-09-05 08:11:05 +0300
  • 8ee5e4ae78 Skip tests when running benchmark Vytautas Šaltenis 2016-09-05 08:01:15 +0300
  • d8c80c2a85 Run the reference benchmark on Travis Vytautas Šaltenis 2016-09-04 13:38:47 +0300
  • 928fcdd23a Extract package level documentation to doc.go Vytautas Šaltenis 2016-09-04 13:13:24 +0300
  • d36199c417 Rename firstPass -> preprocess Vytautas Šaltenis 2016-09-03 15:32:37 +0300
  • 3c2cb1ff45 Fix typo Vytautas Šaltenis 2016-09-03 15:29:28 +0300
  • 43ba539936 Add some documentation to reference struct Vytautas Šaltenis 2016-09-03 13:16:41 +0300
  • 6947216efb Move footnote rendering to the renderer Vytautas Šaltenis 2016-09-03 12:39:16 +0300
  • ea8dfc4880 Move reference extraction to paragraph parser Vytautas Šaltenis 2016-08-29 23:57:59 +0300
  • efa77da18b Fix omission in list item flags Vytautas Šaltenis 2016-08-28 23:00:27 +0300
  • 771cf410c8 Get rid of secondPass function Vytautas Šaltenis 2016-08-28 22:53:04 +0300
  • 6fd47b3b61 v2: Only split when inline callbacks consume some bytes (#301) Pierre Neidhardt 2016-08-19 11:26:33 +0530
  • e63bc0773f Remove spurious logs Pierre Neidhardt 2016-08-19 11:12:38 +0530
  • 0a1abf3ef9 Only split when inline callbacks consume some bytes Pierre Neidhardt 2016-08-18 13:40:15 +0530
  • 78d9f44038 Add instructions on using Docker (#93) Paul E. Jones 2016-08-16 10:20:57 -0400
  • 7b671b7eec Merge fe25c0c580 into 576065633d Pierre Neidhardt 2016-08-14 18:09:07 +0000
  • 576065633d Merge pull request #299 from Ambrevar/v2lint Vytautas Šaltenis 2016-08-12 09:13:22 +0300
  • 225250ddf1 html.go: Lint RenderNode() Pierre Neidhardt 2016-08-10 15:36:50 +0530
  • 9926922c0b Merge pull request #295 from Ambrevar/v2FactorSmarty Vytautas Šaltenis 2016-08-10 23:01:58 +0300
  • fe25c0c580 Avoid useless AST splits with AutoLink Pierre Neidhardt 2016-08-10 17:28:39 +0530
  • db11f0e38e Merge 668e27ce80 into 9bff4103a3 Pierre Neidhardt 2016-08-10 06:56:24 +0000
  • 8938a86998 Merge 7e6ee7fa0d into 9bff4103a3 Pierre Neidhardt 2016-08-10 06:38:47 +0000
  • 9bff4103a3 Merge pull request #293 from Ambrevar/v2ExportFuncs Vytautas Šaltenis 2016-08-10 09:21:33 +0300
  • 02da1dfe9d Factor Smartypants to HTML Pierre Neidhardt 2016-08-10 09:56:37 +0530
  • fdbedcdb78 Export tree manipulation functions Pierre Neidhardt 2016-08-09 09:06:55 +0530
  • 37141d5b5a Merge pull request #296 from Ambrevar/v2icon Vytautas Šaltenis 2016-08-09 22:22:31 +0300
  • c9f76b530b Merge pull request #294 from Ambrevar/v2TOC2Renderer Vytautas Šaltenis 2016-08-09 22:06:04 +0300
  • 668e27ce80 Automatically set title from the titleblock if it is unspecified Pierre Neidhardt 2016-08-09 18:14:17 +0530
  • 413328d30b Add Icon parameter to the HTML renderer Pierre Neidhardt 2016-08-09 17:54:34 +0530
  • 925d99bc55 Add TOC generation tests Pierre Neidhardt 2016-08-09 15:08:47 +0530
  • b5ff8e0286 Break lines properly in TOC generation and omit content if required Pierre Neidhardt 2016-08-09 14:59:22 +0530
  • 4d756003cd Move TOC generation to the HTML Renderer Pierre Neidhardt 2016-08-09 12:37:44 +0530
  • 0261127d5d Merge 4bdd04a561 into 0f3eafddfa Pierre Neidhardt 2016-08-06 15:54:18 +0000
  • 0f3eafddfa Merge pull request #287 from Ambrevar/v2walkfix Vytautas Šaltenis 2016-08-05 09:17:14 +0300
  • 7e6ee7fa0d Add Math extension Pierre Neidhardt 2016-06-29 23:50:18 +0200
  • c9e3d69cdb Add Math extension Pierre Neidhardt 2016-06-29 23:50:18 +0200
  • e5566c045d Fix typo Vytautas Šaltenis 2016-08-01 20:52:17 +0300
  • 4b9d66777a Enable common extensions for benchmark Vytautas Šaltenis 2016-07-30 21:40:13 +0300
  • e4146d8de9 Repeat a run of reference tests under benchmark Vytautas Šaltenis 2016-07-25 19:39:51 +0300
  • 4e4cd4ddf2 Unpublish and rename LinkType constants (#285) Vytautas Šaltenis 2016-07-29 08:01:31 +0300
  • bcedebe353 Shorten method receivers in Smartypants Vytautas Šaltenis 2016-07-28 19:26:25 +0300
  • df499d4266 Fix bullet points in MarkdownCommon docs Vytautas Šaltenis 2016-07-28 19:23:04 +0300
  • 27b16980c2 More lint: smartypants.go Vytautas Šaltenis 2016-07-27 21:45:25 +0300
  • 8020941916 More lint: block.go Vytautas Šaltenis 2016-07-27 21:40:45 +0300