1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:24:42 -07:00
go/present
Russ Cox 4d864399d6 present: fix Markdown bugs
The handling of subsubsections was not completely right,
causing unexpected subsubsubsections (#### inside ##)
to go into an infinite loop. Handle that.

Also, my usage of goldmark's (not completely documented)
SetAttributeString was wrong. Need []byte, not string.

Change-Id: Ib127a72b94b5a46adc9047fdb88dd2a8d03e73fe
Reviewed-on: https://go-review.googlesource.com/c/tools/+/223601
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2020-03-17 20:55:17 +00:00
..
args.go all: replace reference to plan9.bell-labs.com with 9p.io 2019-08-26 06:06:29 +00:00
caption.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
code_test.go all: remove many cases of space-space 2019-12-30 19:07:42 +00:00
code.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
doc.go present: add OldURL metadata and use for redirects in blog 2020-03-17 20:53:37 +00:00
html.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
iframe.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
image.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
link_test.go go.tools/godoc/present: move present package from go.talks 2013-09-19 10:55:46 +10:00
link.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00
parse.go present: fix Markdown bugs 2020-03-17 20:55:17 +00:00
style_test.go present: allow markup inside punctuation connected to other text 2016-12-01 05:16:25 +00:00
style.go x/tools: simplify and format code 2017-02-28 14:15:42 +00:00
video.go present: record info in AST for reproducing present inputs 2020-03-13 20:55:18 +00:00