aboutsummaryrefslogtreecommitdiff
path: root/document_parser.go
AgeCommit message (Expand)Author
2020-11-15all: change the classes field from slice to mapShulhan
2020-11-15all: parse the document subtitleShulhan
2020-11-15all: support setting document title through meta "doctitle"Shulhan
2020-11-14all: fix linter warningsShulhan
2020-11-14all: minimize error checking by using bytes.BufferShulhan
2020-11-14document_parser: remove unused return 'c'Shulhan
2020-11-14document_parser: minimize duplicate code when parsing paragraphShulhan
2020-11-14all: split between document and a document parserShulhan