1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-12-02 09:27:49 +01:00

Commit Graph

  • 72633fddee Lint node.go Vytautas Šaltenis 2016-07-27 21:04:20 +0300
  • f7ec3b0e34 Fix a few lint errors, a.k.a. improve docs Vytautas Šaltenis 2016-07-27 10:11:13 +0300
  • ce05617fea Return *Latex from NewLatexRenderer Vytautas Šaltenis 2016-07-27 09:47:58 +0300
  • a4f1e5c786 Limit Node.String() to print itself, no children Vytautas Šaltenis 2016-07-27 09:44:24 +0300
  • 89653c9927 Merge pull request #274 from Ambrevar/v2misc Vytautas Šaltenis 2016-07-27 09:39:58 +0300
  • 93622da34e Make newline mandatory for opening fence line. (#281) Dmitri Shuralyov 2016-07-16 11:34:03 -0400
  • fd97b7d32f Merge pull request #282 from russross/v2-fix-279 Vytautas Šaltenis 2016-07-16 10:25:34 +0300
  • 2560c5f148 Fix issue in fenced code block pre-processing. Dmitri Shuralyov 2016-07-15 17:03:02 -0400
  • 4e6f303e8d Merge pull request #280 from russross/fix-279-and-refactor Vytautas Šaltenis 2016-07-15 22:37:58 +0300
  • a5812bb8f2 Improve fenced code block detection for first pass. Dmitri Shuralyov 2016-07-15 14:51:15 -0400
  • 0049676599 Improve fence line detection. Dmitri Shuralyov 2016-07-15 14:41:27 -0400
  • 96537c6eaa Create a place for document-level unit tests. Dmitri Shuralyov 2016-07-15 13:52:01 -0400
  • 6291a00f2f Remove dead fields from HTMLRenderer Vytautas Šaltenis 2016-07-05 07:33:21 +0300
  • 2f1f0b6b9f Add RenderNode to Renderer interface Vytautas Šaltenis 2016-07-05 07:32:16 +0300
  • cb6bd67271 Remove dead HTMLWriter code Vytautas Šaltenis 2016-07-04 22:02:22 +0300
  • f90a576a05 Untangle some mess with attribute escaping Vytautas Šaltenis 2016-07-02 10:45:06 +0300
  • ab20da6e27 Merge pull request #275 from Ambrevar/v2css Vytautas Šaltenis 2016-07-02 10:37:00 +0300
  • 7ee035eaa6 Merge pull request #276 from russross/v2-move-test-helpers-to-test-pkg Vytautas Šaltenis 2016-07-02 10:31:14 +0300
  • a41899bbac v2: Only include test helpers inside test package. Dmitri Shuralyov 2016-07-01 11:47:39 -0700
  • 20aa621387 Fix empty path to CSS Pierre Neidhardt 2016-07-01 18:13:21 +0200
  • 2e53c20b2f Return a *HTMLRenderer from NewHTMLRenderer Pierre Neidhardt 2016-07-01 13:25:26 +0200
  • 37ffc1c86a Make Node satisfy the Stringer interface Pierre Neidhardt 2016-07-01 13:24:44 +0200
  • 1d6b8e9301 Merge pull request #266 from russross/avoid-unneeded-break Vytautas Šaltenis 2016-05-31 14:12:24 +0300
  • b88a9bd458 Avoid unneeded break statement. Dmitri Shuralyov 2016-05-24 21:59:52 -0700
  • 2004188462 Merge pull request #264 from moorereason/iss263 Vytautas Šaltenis 2016-05-10 22:09:22 +0300
  • acc07e6144 Fix definition lists that contain other lists Cameron Moore 2016-05-06 13:27:55 -0500
  • 43529be397 Merge pull request #261 from moorereason/iss235 Vytautas Šaltenis 2016-05-02 20:28:48 +0300
  • 0529888f55 Fix adjacent list merging Cameron Moore 2016-05-02 08:54:19 -0500
  • fc997ac2ba Travis: Run gofmt -s, go vet, go test -race, add Go 1.6. Dmitri Shuralyov 2016-04-28 22:47:04 -0700
  • 151efb040f Merge pull request #250 from tomkwok/master Vytautas Šaltenis 2016-04-21 11:09:30 +0300
  • 3575453f08 Move a couple helpers to parser where they're used Vytautas Šaltenis 2016-04-11 11:51:16 +0300
  • 76d8c71d70 Unduplicate attrEscape funcs Vytautas Šaltenis 2016-04-11 11:50:33 +0300
  • e95d23065a Rename HTML to HTMLRenderer Vytautas Šaltenis 2016-04-11 11:45:40 +0300
  • c26fdef40e Move html entity regexp to where it's used Vytautas Šaltenis 2016-04-11 11:28:05 +0300
  • c207eca993 Clean up Renderer interface: remove all callbacks Vytautas Šaltenis 2016-04-11 11:22:38 +0300
  • c9ea588e6f Convert uint32 fields to ints Vytautas Šaltenis 2016-04-11 11:15:15 +0300
  • 98ddf98997 Get rid of unneeded method in Renderer Vytautas Šaltenis 2016-04-11 11:12:41 +0300
  • 24e146a727 Make HTMLRendererParameters a substruct of HTML Vytautas Šaltenis 2016-04-05 14:44:14 +0300
  • 9f5de868aa Go style: take advantage of zero value init Vytautas Šaltenis 2016-04-05 14:34:30 +0300
  • 1303ea1427 Cleanup renderer constructors Vytautas Šaltenis 2016-04-05 14:18:32 +0300
  • 4f8d2881a2 Remove a bit of cruft from HTML renderer Vytautas Šaltenis 2016-04-05 13:54:57 +0300
  • 123179b8f3 Make Markdown the most general API call Vytautas Šaltenis 2016-04-05 13:45:00 +0300
  • 83b4cb6062 Implement SkipHTML, add test Vytautas Šaltenis 2016-04-05 12:37:02 +0300
  • 7e9a57463f Implement SkipStyle, add test Vytautas Šaltenis 2016-04-05 12:13:37 +0300
  • fecfec2059 Implement SkipImages and add test Vytautas Šaltenis 2016-04-05 11:12:30 +0300
  • 9da90c5929 Allow NodeVisitor to have some control over traversal Vytautas Šaltenis 2016-04-05 11:10:46 +0300
  • e7d45749ff Give node visitor callback type a name and docs Vytautas Šaltenis 2016-04-05 10:08:50 +0300
  • 76062d428d Fixup broken test reporting Vytautas Šaltenis 2016-04-05 10:00:34 +0300
  • 6bd31203b1 Add test for UseXHTML Vytautas Šaltenis 2016-04-05 09:51:46 +0300
  • 106f1ec1bb Add test for CompletePage flag Vytautas Šaltenis 2016-04-04 14:17:16 +0300
  • 607478a8ce Implement SkipLinks, add test Vytautas Šaltenis 2016-04-04 14:08:35 +0300
  • 0774c060d7 Get rid of unnecessary test helpers Vytautas Šaltenis 2016-04-04 14:00:26 +0300
  • f35fae8188 Extract panic recovery code Vytautas Šaltenis 2016-04-04 13:13:57 +0300
  • f1fd3a6412 Do away with doTestsInlineParam Vytautas Šaltenis 2016-04-04 12:18:06 +0300
  • 0c7120d6dc Fix old omission in doTestsBlockWithRunner Vytautas Šaltenis 2016-04-04 12:09:36 +0300
  • a658caacc6 Use TestParams in block tests Vytautas Šaltenis 2016-04-04 11:45:36 +0300
  • b069de6276 Wrap inline test parameters in a struct Vytautas Šaltenis 2016-04-04 11:18:50 +0300
  • 15e052e478 Move all testing helper funcs in one place Vytautas Šaltenis 2016-04-04 10:41:05 +0300
  • d7f18785f1 Implement TOC and OmitContents Vytautas Šaltenis 2016-04-04 10:14:49 +0300
  • 69f51afe42 Add test for issue 172 Tom Kwok 2016-04-03 21:08:32 +0800
  • 232d06cf99 Fix regression: index out of range panic in reference link (#172, #173) Tom Kwok 2016-04-02 22:11:14 +0800
  • 0b69796248 Go style: more Html -> HTML renames Vytautas Šaltenis 2016-04-01 15:37:21 +0300
  • 02a5ce37ff Go style: Html{Block|Span} -> HTML{Block|Span} Vytautas Šaltenis 2016-04-01 13:15:47 +0300
  • 32802dbae5 Go style: rename Toc to TOC Vytautas Šaltenis 2016-04-01 13:12:38 +0300
  • f1361aa0da Make ForEachNode func a Walk method on Node Vytautas Šaltenis 2016-04-01 12:36:56 +0300
  • 04673c9f28 Improve documentation for Node struct Vytautas Šaltenis 2016-04-01 12:33:05 +0300
  • 8a4d4fa0cd Move Header-related fields to a nested struct Vytautas Šaltenis 2016-04-01 11:48:52 +0300
  • bcd5b5b780 Move table cell fields to a nested struct Vytautas Šaltenis 2016-04-01 11:46:09 +0300
  • 4ba991937b Store cell alignment in own type instead of int Vytautas Šaltenis 2016-04-01 11:44:59 +0300
  • 67f85cf540 Move code block fields to a nested struct Vytautas Šaltenis 2016-04-01 11:29:15 +0300
  • c8eb73377e Fix typos Vytautas Šaltenis 2016-04-01 11:22:13 +0300
  • 60026cc3c6 Make ListData a nested struct instead of pointer Vytautas Šaltenis 2016-04-01 11:21:25 +0300
  • 2a07386455 Rename HtmlFlags to HTMLFlags to adhere to Go style Vytautas Šaltenis 2016-04-01 10:49:23 +0300
  • 71fe9a191e Remove dead code Vytautas Šaltenis 2016-04-01 10:48:25 +0300
  • a55b2615a4 Run Smartypants as a separate pass over the AST Vytautas Šaltenis 2016-04-01 10:44:22 +0300
  • 7869a127bd Combine two Smartypants structs into one Vytautas Šaltenis 2016-03-31 21:40:37 +0300
  • 4a7ff562a7 Rename Html to HTML to adhere to Go style Vytautas Šaltenis 2016-03-31 13:54:09 +0300
  • fd2d69de5e Make renderer write to an explicit io.Writer Vytautas Šaltenis 2016-03-30 21:13:02 +0300
  • 4c11a2a62d Expose Parse func that grabs input and returns AST Vytautas Šaltenis 2016-03-30 19:40:10 +0300
  • c1011c8ab2 Remove unneeded reference to Renderer from parser Vytautas Šaltenis 2016-03-30 19:35:53 +0300
  • 4d74c6a071 Make common flags and extensions public Vytautas Šaltenis 2016-03-30 19:29:00 +0300
  • dc7d4b68df Remove some cruft Vytautas Šaltenis 2016-03-30 15:56:53 +0300
  • 0382dab0c3 The single node renderer is a separate func now Vytautas Šaltenis 2016-03-30 15:48:43 +0300
  • 886a1405c0 Extract local funcs/vars into methods/members Vytautas Šaltenis 2016-03-30 15:37:03 +0300
  • 6fe811b603 Fix TitleBlock test Vytautas Šaltenis 2016-03-30 15:05:24 +0300
  • a32ecdb83d Fix footnote tests Vytautas Šaltenis 2016-03-30 15:03:11 +0300
  • 70124f1ea3 Enable full AST construction, use the new renderer Vytautas Šaltenis 2016-03-30 14:47:30 +0300
  • eb70b23221 Construct AST WIP: add inline-level nodes Vytautas Šaltenis 2016-03-30 14:38:19 +0300
  • 7c95b7a189 Construct AST WIP: add block-level nodes Vytautas Šaltenis 2016-03-30 12:57:12 +0300
  • 94893247d1 Add a new renderer from AST Vytautas Šaltenis 2016-03-30 11:57:02 +0300
  • 7846a310ea Remove unused code Vytautas Šaltenis 2016-03-30 11:54:29 +0300
  • 2bbed304fb Add AST data structures Vytautas Šaltenis 2016-03-30 11:28:59 +0300
  • b43df972fb Merge pull request #247 from shawnps/patch-1 Vytautas Šaltenis 2016-03-16 09:29:03 +0200
  • 1d94959fea fix typo Shawn Smith 2016-03-16 15:21:50 +0900
  • 006144af03 Merge pull request #234 from shawnps/gofmt Vytautas Šaltenis 2016-01-24 13:12:56 +0200
  • 2ee51ae2a0 gofmt -s shawnps 2016-01-22 16:04:49 -0800
  • c8875c0ed4 Merge pull request #229 from russross/issue-228 Vytautas Šaltenis 2015-12-30 17:42:28 +0200
  • fc6236fc55 Fix bug with gathering list item lines Vytautas Šaltenis 2015-12-26 20:18:22 +0200
  • b8031576aa Merge pull request #225 from russross/issue-165 Vytautas Šaltenis 2015-12-25 13:14:44 +0200
  • ee63ffd3e2 Fix initialisms in function names Vytautas Šaltenis 2015-12-25 13:04:56 +0200