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
/
parser.go
Age
Commit message (
Expand
)
Author
2025-04-18
all: support include directive inside block code
Shulhan
2025-02-18
all: remove the "nolint" tag
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-08-13
all: add element kind Section 0
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-10
all: fix custom IDs on first section got replaced
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
Shulhan
2023-05-30
all: handle custom marker in between unordered list
Shulhan
2023-05-28
all: add support for unordered list with '-'
Shulhan
2022-12-19
all: support multi line attribute values
Shulhan
2022-12-16
all: add support for document attribute "last-update-label"
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-07-24
all: store the list of author names under Attributes "author_names"
Shulhan
2022-07-24
all: add default metadata "generator"
Shulhan
2022-07-24
all: export meta name for author, description, and keywords
Shulhan
2022-07-17
all: trim the right spaces on each line during parsing kind of line
Shulhan
2022-07-16
all: refactoring handling generate ref ID
Shulhan
2022-07-16
all: reformat all Go files
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
2021-12-06
all: fix parsing and rendering cross reference
Shulhan
2021-12-06
all: allow colon ':' and period '.' on the ID
Shulhan
2020-12-25
all: add predefined attributes for character replacements
Shulhan
2020-12-24
parser: wrap value of email ref name with "mailto:[<value>]"
Shulhan
2020-12-24
all: move some list ordered class names to constants
Shulhan
2020-12-24
all: rename adocNode to element
Shulhan
2020-12-20
all: use consistent names for parser
Shulhan
2020-12-10
all: add support for "[source]" element attribute
Shulhan
2020-12-10
all: refactoring document parser to split content by lines
Shulhan
2020-12-10
all: preparing implementation for "include" directive
Shulhan
2020-12-08
all: add support for checklist in unordered list
Shulhan
2020-12-07
parser: allow table separator with "=" greater than 3
Shulhan
2020-12-05
all: add support for escaping cell separator
Shulhan
2020-12-05
all: render the table caption with auto numbering
Shulhan
2020-12-05
all: support setting table stripes styles
Shulhan
2020-12-05
all: add support for setting table borders
Shulhan
2020-12-04
all: support setting table width and with autowidth option
Shulhan
2020-12-03
all: remove unused methods and unexport internal methods
Shulhan
2020-12-03
all: unified the document node attributes
Shulhan
2020-11-30
all: implement table options "footer"
Shulhan
2020-11-29
all: implement table options "header" and "noheader"
Shulhan
2020-11-23
all: implement parser for table
Shulhan
2020-11-16
all: support section "[discrete]" headings style
Shulhan
2020-11-15
all: implement additional metadatas
Shulhan
[next]