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
/
README.md
Age
Commit message (
Expand
)
Author
11 days
all: fix parsing literal paragraph
Shulhan
2026-03-26
all: make the anchor symbol position on the right side of headers
Shulhan
2026-01-22
all: reformat README with prettier and simplify license
Shulhan
2025-06-29
all: update README for kilabit.info/project/asciidoctor-go
Shulhan
2025-04-18
README: update notes related to Includes directive
Shulhan
2025-02-16
all: support document attribute "docdir"
Shulhan
2025-02-13
README: update the completed features on Lists and Description Lists
Shulhan
2025-02-13
all: add default HTML stylesheet
Shulhan
2025-02-01
README: mention ciigo as the front-end tools of this library
Shulhan
2024-08-16
all: support document attribute "leveloffset"
Shulhan
2024-08-13
all: rename meta or metadata words to document attribute
Shulhan
2023-05-30
all: handle custom marker in between unordered list
Shulhan
2023-05-28
all: add support for unordered list with '-'
Shulhan
2023-05-28
all: reformat list item, remove numbering prefix xx.x.
Shulhan
2023-05-27
all: convert README from Asciidoc to Markdown
Shulhan
2022-07-16
all: reformat the README back to asciidoc
Shulhan
2022-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
Shulhan
2021-03-06
Release asciidoctor-go v0.1.0 (2021-03-06)
v0.1.0
Shulhan
2020-12-25
all: add predefined attributes for character replacements
Shulhan
2020-12-24
README: add subsection for list of TODO for Include Directive
Shulhan
2020-12-20
all: add unit test for paragraph lead style
Shulhan
2020-12-10
README: add partial support for include directive
Shulhan
2020-12-09
all: fix parsing description list with link
Shulhan
2020-12-08
all: add support for checklist in unordered list
Shulhan
2020-12-08
all: support custom markers on unordered list
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: add test cases for table orientation
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-11-30
all: implement table options "footer"
Shulhan
2020-11-29
all: implement cell formatting
Shulhan
2020-11-24
README: change the format to markdown
Shulhan