Commit Graph

  • 8e48e5b90d Add a reference for confluence wiki renderer in the README.md. Kentaro Matsushita 2018-04-17 00:36:02 +0900
  • c455fd41c6 Fix consecutive lists of different kinds (#443) Mitchell Cohen 2018-03-20 15:50:35 -0400
  • c0dfefc4e9
    used helper method and addressed flag setting Mitchell Cohen 2018-03-18 13:00:31 -0400
  • af7bd1fa91
    fixed consecutive lists Mitchell Cohen 2018-03-17 17:30:03 -0400
  • 6443f4abe2 Allow latest patch releases for Go versions Vytautas Šaltenis 2018-03-04 12:35:15 +0200
  • e8ced3fa10 Don't run tests against ancient versions on Travis Vytautas Šaltenis 2018-02-25 15:50:05 +0200
  • 3dbdbd5208 add NoopenerLinks Liming Jin 2018-02-25 18:57:39 +0800
  • cfdcce5196
    Merge pull request #436 from IainHaslam/v2 Vytautas Šaltenis 2018-02-25 11:23:46 +0200
  • ee09303c1a v2: Fix HTML5 by removing rel="footnote" which is invalid. Iain Haslam 2018-02-24 18:23:00 +0000
  • 55d61fa8aa
    Merge pull request #433 from IainHaslam/master v1.5.1 Vytautas Šaltenis 2018-02-18 11:36:01 +0200
  • 338ca359c1 Fix HTML5 by removing rel="footnote" which is invalid. Iain Haslam 2018-02-16 22:21:04 +0000
  • 119f356b88 Fix broken link to v2 in README Vas Sudanagunta 2018-02-07 15:16:47 -0500
  • 8db9055e38
    Merge pull request #432 from vassudanagunta/patch-1 Vytautas Šaltenis 2018-02-12 10:28:20 +0200
  • e32caebbc7
    Fix broken link to v2 in README Vas Sudanagunta 2018-02-07 15:16:47 -0500
  • 190ef9a594 Add heading offset option to HTML renderer Emil Melnikov 2017-12-26 00:43:32 +0300
  • 71fb3458a0 add mathjax readme Vonng 2017-11-29 11:35:02 +0800
  • 4e5da679f1 add mathjax support 墨航 2017-11-04 16:34:49 +0800
  • 4492f566ae Added EmptyLink support for "[](meta data goes)" Duzy Chan 2017-10-21 13:25:00 +0800
  • 2a3e10a69d Fix Travis build v2-commonmark-testsuite Vytautas Šaltenis 2017-10-15 21:18:22 +0300
  • 5d25ace848 Run gofmt on block.go Bibainet 2017-10-12 16:23:29 +0300
  • 3b9b8fd197 Allow to replace .md file extension to .html in href attribute of the links to local MD files. Enabled by new HTML renderer configuration option HTML_LOCAL_MD_LINKS_TO_HTML: '[Doc](doc.md)' will be rendered as '<a href="doc.html">Doc</a>'. Bibainet 2017-10-12 15:56:38 +0300
  • 522cdcc872 Allow to add classes to HTML link tags. Enabled by new HTML renderer configuration option: HTML_LINK_CLASSES: add "autolink" class to auto-detected link tags, add "anchor" class to anchor links (#id). Bibainet 2017-10-12 15:42:15 +0300
  • a94dadcf95 Merge branch 'master' of https://github.com/russross/blackfriday Bibainet 2017-10-12 15:28:53 +0300
  • cef410da1a Autodetect anchor links like `<#id>` Bibainet 2017-10-12 15:26:08 +0300
  • 1b9fcf3894 Add a link to bfchroma, glue library with Chroma link-to-bfchroma Vytautas Šaltenis 2017-10-11 21:26:17 +0300
  • 6d1ef893fc Merge pull request #354 from russross/readme-for-v2 Vytautas Šaltenis 2017-10-11 21:22:19 +0300
  • 8249792ba8 Update on import paths and dep transitive import FAQ Vytautas Šaltenis 2017-10-07 12:41:58 +0300
  • 8ad7e40db0 Update README with the latest changes from v2 Vytautas Šaltenis 2017-08-11 22:47:52 +0300
  • a03b7ee643 Add v1 import path, fix Bluemonday code snippet Vytautas Šaltenis 2017-05-06 20:35:48 +0300
  • 52dd06192f Badges back to heading, reference v1 docs explicitly Vytautas Šaltenis 2017-05-06 20:18:15 +0300
  • ad4c953876 Put row of badges above the top level heading Vytautas Šaltenis 2017-05-06 19:59:25 +0300
  • 74be510331 Document V2 in master README Vytautas Šaltenis 2017-05-06 19:52:33 +0300
  • 5f08e390b8 Allow checklists (tasklists). Bibainet 2017-10-07 00:42:33 +0300
  • 9704e4fe73 Generate headings followed by direct link to the header #ID. Bibainet 2017-10-07 00:34:49 +0300
  • d03264cd3b Allow EXTENSION_HEADER_IDS {#id} also in alternative headers syntax. Bibainet 2017-10-07 00:10:31 +0300
  • 4dd1c70607 Merge b49aab727b into 4048872b16 Alexander 2017-10-06 20:04:14 +0000
  • b49aab727b Allow checklists (tsaklists). Add HTML renderer configuration option `HTML_CHECKLISTS`: generate checkboxes for "[x]" and "[ ]" in list items. Bibainet 2017-10-06 19:57:08 +0300
  • 747b6231ba Add HTML renderer configuration option `HTML_HEADER_LINKS`: generate headers followed by direct link to the header #ID. Bibainet 2017-10-06 19:48:26 +0300
  • f89f837413 Detect links like `<#id>`, generate `<a href="#id" class="autolink anchor">id</a>` HTML tag (the leading '#' is removed from displayed text). Bibainet 2017-10-06 19:38:17 +0300
  • 84b48564f2 Allow EXTENSION_HEADER_IDS (specify header IDs with {#id}) also in alternative headers syntax: Bibainet 2017-10-06 19:13:29 +0300
  • 187c33ff04 README: Update URL of LaTeX renderer. (#389) Dmitri Shuralyov 2017-09-05 13:08:19 -0400
  • 6b97412954 README: Update URL of LaTeX renderer. Dmitri Shuralyov 2017-09-05 13:02:58 -0400
  • 4431afc818 Initial commit of CommonMark test suite Vytautas Šaltenis 2017-08-06 20:44:00 +0300
  • cadec560ec Merge pull request #384 from bep/v2 v2.0.0 Vytautas Šaltenis 2017-08-06 20:10:14 +0300
  • 3a1d515242 Add Smartypants support for French Guillemets Bjørn Erik Pedersen 2017-07-31 17:40:36 +0200
  • 45820516bb Unexport a bunch of constants private to HTML renderer (#381) Vytautas Šaltenis 2017-08-02 09:20:10 +0300
  • e9dd750536 Rearrange constants in descending dependencies order Vytautas Šaltenis 2017-08-01 23:05:53 +0300
  • e0df702112 Merge pull request #382 from russross/v2-final-docs-fixes Vytautas Šaltenis 2017-08-01 23:01:04 +0300
  • 19913a1b76 Address feedback Vytautas Šaltenis 2017-07-30 19:50:50 +0300
  • c239975f84 Unexport a bunch of constants private to HTML renderer Vytautas Šaltenis 2017-07-29 12:02:39 +0300
  • d5487615af Several small documentation fixes Vytautas Šaltenis 2017-07-29 11:59:03 +0300
  • 4048872b16 Merge pull request #379 from bep/guillemets v1.5 Vytautas Šaltenis 2017-07-28 20:53:26 +0300
  • 4ca8c28b21 Add Smartypants support for French Guillemets Bjørn Erik Pedersen 2017-07-22 11:31:49 +0200
  • f42ca5bf18 Merge pull request #377 from russross/v2-catch-up-readme Vytautas Šaltenis 2017-07-26 21:43:53 +0300
  • f86f06b532 Merge pull request #376 from russross/v2-improve-renderer-368 Vytautas Šaltenis 2017-07-26 21:42:39 +0300
  • 427717f991 Use io.WriteString instead of w.Write([]byte(str)) Vytautas Šaltenis 2017-07-10 19:11:30 +0300
  • 257ccba98f Catch up README with the latest changes in code Vytautas Šaltenis 2017-07-09 16:27:38 +0300
  • 479920a987 Improve the Renderer interface Vytautas Šaltenis 2017-07-09 15:20:34 +0300
  • 9ddc57c550 Fix PR russross/blackfriday#372 nickg 2017-06-11 02:07:52 -0700
  • 40608f4f95 Issue russross/blackfriday#239 codeblock inside list nickg 2017-06-11 01:17:59 -0700
  • c67da1a722 Test cases for russross/blackfriday#239 nickg 2017-06-11 01:06:17 -0700
  • 067529f716 Merge pull request #366 from choueric/master Vytautas Šaltenis 2017-06-10 20:02:32 +0300
  • 5b2fb1b893 use map[string]struct{} as a set. choueric 2017-06-10 22:24:27 +0800
  • 70c446a327 Merge pull request #365 from Ambrevar/v2 Vytautas Šaltenis 2017-06-09 19:18:05 +0300
  • 8c89af6200 add 'notesRecord' to check footnote existence fast choueric 2017-06-09 10:20:58 +0800
  • a20399916c fix duplicate and recursive footnotes. (#241) choueric 2017-06-08 14:43:56 +0800
  • 2501229ba6 Rename Markdown()->Run() and Processor->Markdown Pierre Neidhardt 2017-06-05 21:42:05 +0100
  • a47518da29 [SQUASH] Doc update Pierre Neidhardt 2017-06-01 17:43:27 +0100
  • 3cc9341a19 Merge Parser into Processor Pierre Neidhardt 2017-05-29 10:52:11 +0200
  • 4a53b6cba8 titleblock: *use* the role attribute Miek Gieben 2017-05-17 07:47:20 +0100
  • af44433745 Merge 6bf2a0b804 into 0ba0f2b6ed 玄猫 2017-05-12 15:10:30 +0000
  • 65cbcfc4a7 Merge f5efac671c into 0ba0f2b6ed Özgür Kesim 2017-05-12 15:10:09 +0000
  • 4219dfc2da Merge 8919b427a9 into 0ba0f2b6ed Joshua Santos 2017-05-12 15:10:09 +0000
  • 59d3e9e235 Failing test cases for #291 Waseem Ahmad 2017-05-10 22:24:21 +0530
  • 859152e614 Merge f9b8937bec into 0ba0f2b6ed Waseem Ahmad 2017-05-10 16:57:17 +0000
  • f9b8937bec Failing test cases for #291 Waseem Ahmad 2017-05-10 22:24:21 +0530
  • 2d5b2648aa Merge 12a53ee165 into 0ba0f2b6ed Etw 2017-05-10 02:06:08 +0000
  • 1871f25501 Merge 93be0bed6a into 0ba0f2b6ed Josh Habdas 2017-05-09 08:09:25 +0000
  • 0ba0f2b6ed Document SanitizedAnchorName algorithm, copy implementation. (#352) Dmitri Shuralyov 2017-05-09 02:07:14 -0400
  • e7910a813f Merge pull request #327 from russross/readme-update Vytautas Šaltenis 2017-05-06 19:33:15 +0300
  • af57319fac Merge pull request #328 from russross/v2-functional-opts Vytautas Šaltenis 2017-05-06 19:31:47 +0300
  • 5a7aac69f1 README: Link to anchor name specification in godoc. Dmitri Shuralyov 2017-05-03 14:41:53 -0400
  • a417c20434 Document SanitizedAnchorName algorithm, copy implementation. Dmitri Shuralyov 2017-05-02 01:05:52 -0400
  • 149da717b1 Merge 13bf2838d9 into b253417e1c 2 Chainz 2017-05-01 05:41:36 +0000
  • 26aa1fc839 Merge d1a9236d9f into b253417e1c Michael Wolber 2017-04-25 21:37:18 +0000
  • 3241a7392d Merge 8e741a5c60 into b253417e1c ENDOH takanao 2017-04-17 15:40:16 +0000
  • cbf850ce3e Merge 6ae190de29 into b253417e1c Thiago Caiubi 2017-04-17 10:50:33 +0000
  • 76777abdf8 Merge 1be6265563 into b253417e1c Tom Limoncelli 2017-04-13 17:46:51 +0000
  • b253417e1c Merge pull request #334 from choueric/master Vytautas Šaltenis 2017-04-13 20:36:32 +0300
  • 8b498b013a Allow number attribute Miek Gieben 2017-04-07 12:09:20 +0200
  • 186a016509 typo Miek Gieben 2017-04-07 11:27:57 +0200
  • 93be0bed6a
    Add rel=noopener Josh Habdas 2017-03-18 17:43:32 +0800
  • f0bb45f44c modify testcase of joinLine. choueric 2017-03-17 17:21:30 +0800
  • c1b0a2c8ec Merge df839f0aef into 5ebfae50aa Vytautas Šaltenis 2017-03-16 09:20:01 +0000
  • df839f0aef Get rid of MarkdownCommon/Basic funcs Vytautas Šaltenis 2017-03-16 11:18:00 +0200
  • 4c35467f26 Improve API docs Vytautas Šaltenis 2017-03-04 11:37:50 +0200
  • 5a892e1f9e Clean up Options struct and Markdown func Vytautas Šaltenis 2017-03-02 21:51:10 +0200
  • 8098dab4eb add testcase for joinLines extension choueric 2017-02-22 09:18:21 +0800
  • 3ffe8c7f6b add extension to join lines choueric 2017-02-22 09:15:46 +0800
  • fee812d137 Merge a116e052ee into 5f33e7b787 Matt Carrier 2017-02-16 15:16:06 +0000