aboutsummaryrefslogtreecommitdiff
path: root/parser_inline_test.go
AgeCommit message (Expand)Author
2020-12-20all: use consistent names for parserShulhan
2020-11-14all: fix linter warningsShulhan
2020-11-14all: minimize error checking by using bytes.BufferShulhan
2020-11-12all: rewrite HTML backend template without text/templateShulhan
2020-11-08parser_inline: check for space before parsing link or macroShulhan
2020-11-08test: add test for inline formatting with no contentShulhan
2020-11-04all: check for duplicate IDsShulhan
2020-11-04parser_inline: truncate inline link only if its end with '.', ',' or ';'Shulhan
2020-11-04all: support inline image with link optionShulhan
2020-11-03all: implement parser for attribute referenceShulhan
2020-11-03all: implement parser for customizing the cross reference textShulhan
2020-11-01all: implement parser for inline and natural cross referenceShulhan
2020-10-31all: implement parser for block anchor and inline anchorShulhan
2020-10-29all: implement parser for inline imageShulhan
2020-10-29all: implement parser for inline URL and linkShulhan
2020-10-28all: implement parse for triple passthroughShulhan
2020-10-28all: handle escaped character when parsing inline formattingShulhan
2020-10-27all: implement parser for subscript and superscriptShulhan
2020-10-27all: implement parser for single quote curveShulhan
2020-10-26all: implement parser for double quote curve ("`...`")Shulhan
2020-10-26all: implement parser for inline formatting bold, italic, and monoShulhan