aboutsummaryrefslogtreecommitdiff
path: root/element.go
AgeCommit message (Expand)Author
2025-02-16all: move setting attribute to DocumentShulhan
2024-10-15all: group all image related method and functions into single fileShulhan
2024-09-07all: fix signature of [Element.WriteByte]Shulhan
2024-08-16all: remove unnecessary TrimRightShulhan
2024-08-16all: support document attribute "leveloffset"Shulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-03-05all: replace if-else bytes.Equals with static string case comparisonsShulhan
2024-03-05all: comply with linter recommendationsShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2022-12-16all: detach parsing preamble from contentShulhan
2022-12-14all: store the list item counter inside elementShulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
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
2022-02-16all: fix list check box text get cut one characterShulhan
2022-02-06all: replace bytes.Title and strings.Title with functionShulhan
2021-12-06all: fix parsing and rendering cross referenceShulhan
2020-12-24all: remove parameter isForToC on method element.toHTMLShulhan
2020-12-24all: move some list ordered class names to constantsShulhan
2020-12-24all: rename type adocTable to elementTableShulhan
2020-12-24all: rename the file adoc_node to elementShulhan