summaryrefslogtreecommitdiff
path: root/inline_parser.go
AgeCommit message (Expand)Author
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-03-02all: ignore parsing block image in paragraphShulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
2022-11-23all: make the macro parser independent, out of inlineParserShulhan
2022-10-20all: implement macro "footnote:"Shulhan
2022-08-06all: rewrite unit tests for inlineParser using test.DataShulhan
2022-08-05all: cleaning up codesShulhan
2022-07-16all: reformat all Go filesShulhan
2022-07-16all: realign all structsShulhan
2022-07-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2021-12-06all: fix parsing and rendering cross referenceShulhan
2020-12-26all: replace space surrounding the em-dash with html symbol thin spaceShulhan
2020-12-25inline_parser: add zero-width space after ellipsis characterShulhan
2020-12-24parser: wrap value of email ref name with "mailto:[<value>]"Shulhan
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: use consistent names for parserShulhan