aboutsummaryrefslogtreecommitdiff
path: root/parser_inline.go
AgeCommit message (Expand)Author
2020-12-20all: use consistent names for parserShulhan
2020-12-10all: refactoring document parser to split content by linesShulhan
2020-12-03all: unified the document node attributesShulhan
2020-11-16all: support forcing line break by ending the line with " +\n"Shulhan
2020-11-15all: change the classes field from slice to mapShulhan
2020-11-08parser_inline: check for space before parsing link or macroShulhan
2020-11-08all: apply substitution to links, block image, video, and audioShulhan
2020-11-04all: parse inline format on list description item labelShulhan
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 characters replacement on inline parserShulhan
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-30all: store the src and href on adocNode Attrs instead of valueShulhan
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