index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
element.go
Age
Commit message (
Expand
)
Author
2025-02-16
all: move setting attribute to Document
Shulhan
2024-10-15
all: group all image related method and functions into single file
Shulhan
2024-09-07
all: fix signature of [Element.WriteByte]
Shulhan
2024-08-16
all: remove unnecessary TrimRight
Shulhan
2024-08-16
all: support document attribute "leveloffset"
Shulhan
2024-08-13
all: refactoring DocumentAttribute into struct
Shulhan
2024-08-13
all: rename meta or metadata words to document attribute
Shulhan
2024-03-05
all: replace if-else bytes.Equals with static string case comparisons
Shulhan
2024-03-05
all: comply with linter recommendations
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
Shulhan
2023-05-28
all: add support for unordered list with '-'
Shulhan
2022-12-16
all: detach parsing preamble from content
Shulhan
2022-12-14
all: store the list item counter inside element
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-08-06
all: rewrite unit tests for inlineParser using test.Data
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-07-16
all: realign all structs
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
Shulhan
2022-02-16
all: fix list check box text get cut one character
Shulhan
2022-02-06
all: replace bytes.Title and strings.Title with function
Shulhan
2021-12-06
all: fix parsing and rendering cross reference
Shulhan
2020-12-24
all: remove parameter isForToC on method element.toHTML
Shulhan
2020-12-24
all: move some list ordered class names to constants
Shulhan
2020-12-24
all: rename type adocTable to elementTable
Shulhan
2020-12-24
all: rename the file adoc_node to element
Shulhan