Commit Graph

99 Commits

Author SHA1 Message Date
Michael Teichgräber
0f439963e6 add tags go.r58 and go.r59 2011-12-03 00:47:57 +01:00
Michael Teichgräber
0091d71ca8 Added tag go.r60 for changeset 8f1973a5e086 2011-12-02 22:33:02 +01:00
Michael Teichgräber
d265ac0f21 sync with current Go (gofix go1rename, error) 2011-11-18 18:25:39 +01:00
knieriem
18aa4e492b Merge pull request #3 from holdensmagicalunicorn/master
Spelling fix
2011-08-30 06:55:41 -07:00
holdensmagicalunicorn
5c92526363 Spelling correction in README 2011-08-28 13:20:44 -07:00
Michael Teichgräber
7ce3bfa5ad parser.leg.go: update 2011-07-04 18:48:17 +02:00
Michael Teichgräber
261d8c904a misc/bmprepare.rc: fix 2011-07-04 18:48:03 +02:00
Michael Teichgräber
07c1f008bc misc: add benchmark scripts 2011-07-04 18:25:32 +02:00
Michael Teichgräber
a1392cd0e1 update README 2011-07-04 18:13:48 +02:00
Michael Teichgräber
e93d31a776 misc/devel.mk: add target pprof 2011-07-01 00:40:45 +02:00
Michael Teichgräber
f9048559c7 markdown.go: adjust strings.Split call 2011-06-30 20:52:13 +02:00
Michael Teichgräber
d5e7262b62 leg compiler: use switch optimization 2011-06-29 20:04:44 +02:00
Michael Teichgräber
ec93c2ee28 cmd/main.go: add flag -cpuprofile to enable runtime/pprof profiling 2011-06-29 20:01:24 +02:00
Michael Teichgräber
13fca5aaab parser.leg.go: fix compilation 2011-03-25 13:50:31 +01:00
Michael Teichgräber
f289840541 update parser.leg.go 2011-02-21 10:08:33 +01:00
Michael Teichgräber
05ed86d61e Added missing HtmlBlockOl to HtmlBlockInTags. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/09238d8
2011-02-21 09:11:51 +01:00
Michael Teichgräber
33db340b24 Tentative change to tight/loose lists. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/c480d05
2011-02-21 03:19:57 +01:00
Michael Teichgräber
5fa71aa19e Fixed exponential slowdown for some HTML. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/90cb74a
2011-02-21 03:16:05 +01:00
Michael Teichgräber
43b75cb12e Fixed bug in list continuations. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/bdd9c05
2011-02-21 02:58:53 +01:00
Michael Teichgräber
33ef9ad6bc Atx headers: Don't require space after ###. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/6515556
2011-02-21 02:55:06 +01:00
Michael Teichgräber
9a0423b225 Allow Atx header like this: '# header#'. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/7512333
2011-02-21 02:53:09 +01:00
Michael Teichgräber
47a94780b8 Fixed Alphanumeric. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/5b0bd3d
2011-02-21 02:48:43 +01:00
Michael Teichgräber
d8bbdbe0ff Fixed \178 -> \200. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/eb286be
2011-02-21 02:47:24 +01:00
Michael Teichgräber
b9766af7aa Fixed bug in ![nonexistent]. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/cc1be41
2011-02-21 02:46:27 +01:00
Michael Teichgräber
43c0e8660d Changed a &NonAlphanumeric to a !Alphanumeric. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/c5a32d2
2011-02-21 02:39:40 +01:00
Michael Teichgräber
916983bf94 Fixed smart quotes with accented letters. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/aa75ac6
2011-02-21 02:37:19 +01:00
Michael Teichgräber
7cfd682971 golang: log.Exitf->log.Fatalf 2011-02-18 12:00:25 +01:00
Michael Teichgräber
ef9d2c6af6 sync with peg-markdown
See https://github.com/jgm/peg-markdown/commit/a4713d59
2011-01-07 18:40:39 +01:00
Michael Teichgräber
b3f7b37771 update README 2010-12-13 20:48:33 +01:00
Michael Teichgräber
54f4f31312 add parser.leg.go to help goinstall build the project 2010-12-13 19:44:11 +01:00
Michael Teichgräber
1d57ae66a5 support definition lists 2010-12-13 19:36:35 +01:00
Michael Teichgräber
62502ab7a8 parser.leg: AtxStart: do a quick lookahead for `#' 2010-12-13 18:14:10 +01:00
Michael Teichgräber
13d48d799e parser.leg: HtmlBlock: do a lookahead for `<' 2010-12-13 18:02:24 +01:00
Michael Teichgräber
61becb6c37 parser.leg: mk_element: preallocate slices of elements 2010-12-13 17:49:24 +01:00
Michael Teichgräber
a77ab2f820 Makefile: add target `update-peg' 2010-12-03 23:27:21 +01:00
Michael Teichgräber
fa865c7dbc output.go: make htmlOut.str faster 2010-12-03 22:20:41 +01:00
Michael Teichgräber
e40db066f3 parser.leg: scan for setext pattern before parsing Inlines (from jgm/peg-markdown) 2010-12-01 22:48:40 +01:00
Michael Teichgräber
a6edc52d48 add README.markdown, rm README.peg-markdown 2010-12-01 22:29:50 +01:00
Michael Teichgräber
e54246e086 Makefile: build leg using GOHOSTOS and GOHOSTARCH 2010-12-01 19:59:53 +01:00
Michael Teichgräber
f91ece3c6b adjust Makefiles for github.com 2010-12-01 19:40:56 +01:00
Michael Teichgräber
722e122c88 processRawBlocks: cope with empty lists 2010-11-25 14:33:36 +01:00
Michael Teichgräber
c5747337a9 replace extension flags by Extension, a struct of boolean values 2010-11-24 19:56:25 +01:00
Michael Teichgräber
071bf92c4f use a single yyParser instance only, and reuse initialized parser 2010-11-24 19:36:10 +01:00
Michael Teichgräber
221075269e output.go:elem:H1..6: avoid fmt.Sprintf 2010-11-24 19:28:47 +01:00
Michael Teichgräber
e96ca46419 output.go: don't pad() for endnotes if there are none 2010-11-24 19:17:50 +01:00
Michael Teichgräber
42e0bf557e processRawBlocks: simplify appending of lists 2010-11-24 18:59:08 +01:00
Michael Teichgräber
4995379a8e preformat: use bytes.Buffer instead of concatenating strings 2010-11-24 18:54:12 +01:00
Michael Teichgräber
67459a2e6a Makefile: hg clone peg if it is not present 2010-11-22 23:18:23 +01:00
Michael Teichgräber
7a083c5dae initial import 2010-11-21 23:04:39 +01:00