index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-13
all: replace "lib/parser" with "strings/parser"
Shulhan
2023-12-10
all: remove dependency to "github.com/shuLhan/share/lib/debug"
Shulhan
2023-12-10
go.mod: set minimum Go to version 1.20 and update all dependencies
Shulhan
2023-12-10
all: fix custom IDs on first section got replaced
Shulhan
2023-12-09
all: rewrite tests for ToHTML using [test.Data]
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
Shulhan
2023-11-05
go.mod: update all dependencies
Shulhan
2023-10-14
go.mod: update all dependencies
Shulhan
2023-06-04
Release asciidoctor-go v0.5.0 (2023-06-04)
v0.5.0
Shulhan
2023-06-04
go.mod: update share module to v0.47.0
Shulhan
2023-05-30
all: handle custom marker in between unordered list
Shulhan
2023-05-28
_doc: add HTML file to test previewing partial HTML content
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-28
all: fix rendering blockquote without attribution
Shulhan
2023-05-28
go.mod: update all dependencies and Go version to 1.19
Shulhan
2023-05-27
all: convert README from Asciidoc to Markdown
Shulhan
2023-03-02
Release asciidoctor-go v0.4.1 (2023-03-02)
v0.4.1
Shulhan
2023-03-02
all: move CHANGELOG from _doc to root
Shulhan
2023-03-02
all: fix empty line printed on ToHTMLBody or ToHTMLEmbedded
Shulhan
2023-03-02
all: handle empty preamble
Shulhan
2023-03-02
all: update share modules
Shulhan
2023-03-02
all: ignore parsing block image in paragraph
Shulhan
2023-02-12
Release asciidoctor-go v0.4.0 (2023-02-12)
v0.4.0
Shulhan
2023-02-12
go.mod: update share module to v0.43.0
Shulhan
2022-12-19
all: update reference for preamble and add unit test
Shulhan
2022-12-19
all: support multi line attribute values
Shulhan
2022-12-19
all: trim right spaces on each lines before parsing
Shulhan
2022-12-16
all: detach parsing preamble from content
Shulhan
2022-12-16
all: add package documentation and comment on Version
Shulhan
2022-12-16
all: fix the orders of generated HTML meta
Shulhan
2022-12-16
all: add support for document attribute "last-update-label"
Shulhan
2022-12-14
all: run test before lint
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-11-23
_doc: update grammar for meta key (attribute key)
Shulhan
2022-11-23
all: make the macro parser independent, out of inlineParser
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-10-20
go.mod: update the share module
Shulhan
2022-09-05
Release asciidoctor-go v0.3.2 (2022-09-05)
v0.3.2
Shulhan
2022-09-05
all: update the path on serve-doc task
Shulhan
2022-09-05
all: fix parsing list description inside include directive
Shulhan
2022-09-04
all: update share module to v0.41.0
Shulhan
2022-08-25
all: move all documentation into directory _doc
Shulhan
2022-08-06
Release asciidoctor-go v0.3.1 (2022-08-06)
v0.3.1
Shulhan
2022-08-06
all: rewrite unit tests for inlineParser using test.Data
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-08-05
go.mod: update share to v0.40.0
Shulhan
2022-07-24
Release asciidoctor-go v0.3.0 (2022-07-24)
v0.3.0
Shulhan
2022-07-24
all: sort the generated HTML meta by names
Shulhan
[prev]
[next]