index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
Age
Commit message (
Expand
)
Author
2024-04-04
Release asciidoctor-go v0.5.2 (2023-04-04)
v0.5.2
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: rewrite tests for ToHTML using [test.Data]
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: fix rendering blockquote without attribution
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: ignore parsing block image in paragraph
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-16
all: detach parsing preamble from content
Shulhan
2022-12-16
all: fix the orders of generated HTML meta
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-09-05
all: fix parsing list description inside include directive
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
go.mod: update share to v0.40.0
Shulhan
2022-07-24
all: sort the generated HTML meta by names
Shulhan
2022-07-24
all: add default metadata "generator"
Shulhan
2022-07-24
all: rename the HTML output for test-parser
Shulhan
2022-07-24
all: update README and SPECS
Shulhan
2022-07-24
all: register the license and copyright in .reuse/dep5
Shulhan
2022-07-24
all: rewrite test using lib/test.Data
Shulhan
2022-07-17
testdata: set attribute idprefix to empty
Shulhan
2022-07-16
all: refactoring handling generate ref ID
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-07-16
all: realign all structs
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-04-06
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
Shulhan
2020-12-26
all: replace space surrounding the em-dash with html symbol thin space
Shulhan
2020-12-25
inline_parser: add zero-width space after ellipsis character
Shulhan
2020-12-24
parser: wrap value of email ref name with "mailto:[<value>]"
Shulhan
2020-12-20
all: fix list description item than span on multiple lines
Shulhan
2020-12-20
all: fix parsing list with open block
Shulhan
2020-12-13
html_template: change generator name from ciigo to asciidoctor-go
Shulhan
2020-12-13
document_parser: fix parsing open block inside list item
Shulhan
2020-12-10
all: fix rendering block listing
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-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
[next]