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
2022-07-24
all: sort the generated HTML meta by names
Shulhan
2022-07-24
all: use the Attributes "author_names" to render meta "author" in ToHTML
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-24
all: rename the HTML output for test-parser
Shulhan
2022-07-24
all: update README and SPECS
Shulhan
2022-07-24
all: mention in SPECS that there are no empty line in document header
Shulhan
2022-07-24
all: register the license and copyright in .reuse/dep5
Shulhan
2022-07-24
all: mention in the SPECS that comment cannot start with spaces
Shulhan
2022-07-24
all: rewrite test using lib/test.Data
Shulhan
2022-07-17
all: move Parse and parse functions to document
Shulhan
2022-07-17
all: make the parseHeader state clear
Shulhan
2022-07-17
all: trim the right spaces on each line during parsing kind of line
Shulhan
2022-07-17
all: add element preamble into Document
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 the README back to asciidoc
Shulhan
2022-07-16
all: run fieldalignment in lint task
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-07-16
all: realign all structs
Shulhan
2022-07-16
go.mod: set the minimum Go version to 1.18 and update share module
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-03-09
all: reverse the license symbolic link
Shulhan
2022-03-04
Release asciidoctor-go v0.2.0 (2022-03-04)
v0.2.0
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
2022-02-06
go.mod: update share module to v0.34.0
Shulhan
2021-12-06
Release asciidoctor-go v0.1.1 (2021-12-06)
v0.1.1
Shulhan
2021-12-06
all: fix parsing and rendering cross reference
Shulhan
2021-12-06
all: allow colon ':' and period '.' on the ID
Shulhan
2021-12-06
go.mod: update to latest share module
Shulhan
2021-10-05
go.mod: update share module to v0.30.0
Shulhan
2021-04-06
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
Shulhan
2021-03-06
Release asciidoctor-go v0.1.0 (2021-03-06)
v0.1.0
Shulhan
2021-03-06
all: update dependencies to latest version
Shulhan
2020-12-26
document_parser: remove unused debug statement
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-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: remove parameter isForToC on method element.toHTML
Shulhan
2020-12-24
document: rename ToEmbeddedHTML to ToHTMLEmbedded
Shulhan
2020-12-24
document: group exported fields for document readibility
Shulhan
2020-12-24
all: move some list ordered class names to constants
Shulhan
2020-12-24
all: rename file adoc_table to element_table
Shulhan
2020-12-24
all: rename type adocTable to elementTable
Shulhan
2020-12-24
README: add subsection for list of TODO for Include Directive
Shulhan
2020-12-24
Makefile: add task to run test
Shulhan
[prev]
[next]