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
/
document.go
Age
Commit message (
Expand
)
Author
2026-01-23
all: use separate file with go:embed for default CSS
Shulhan
2025-04-18
all: fix the logic when applying default embedded CSS
Shulhan
2025-02-16
all: support document attribute "docdir"
Shulhan
2025-02-16
all: move setting attribute to Document
Shulhan
2025-02-13
all: add default HTML stylesheet
Shulhan
2024-10-13
all: fix reading include file when parent path is absolute
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: rename struct "AttributeEntry" to "DocumentAttribute"
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
Shulhan
2023-03-02
all: fix empty line printed on ToHTMLBody or ToHTMLEmbedded
Shulhan
2023-03-02
all: handle empty preamble
Shulhan
2022-12-16
all: detach parsing preamble from content
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-10-20
all: implement macro "footnote:"
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
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-17
all: move Parse and parse functions to document
Shulhan
2022-07-17
all: add element preamble into Document
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-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
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: rename adocNode to element
Shulhan
2020-12-20
all: do not wrap document with content and preamble on ToEmbeddedHTML
Shulhan
2020-12-10
document: store the full path of parsed file on Document
Shulhan
2020-12-05
all: render the table caption with auto numbering
Shulhan
2020-11-16
all: change attributeClass from map to slice
Shulhan
2020-11-15
all: support additional metadatas
Shulhan
2020-11-15
all: unpack the revision number, date, and remark into Revision
Shulhan
2020-11-15
all: add support for multiple authors with email
Shulhan
2020-11-15
all: change the classes field from slice to map
Shulhan
2020-11-15
all: minimize number of short HTML templates
Shulhan
2020-11-15
all: add method ToEmbeddedHTML
Shulhan
2020-11-15
all: parse the document subtitle
Shulhan
2020-11-15
all: support setting document title through meta "doctitle"
Shulhan
2020-11-14
all: fix linter warnings
Shulhan
2020-11-14
all: minimize error checking by using bytes.Buffer
Shulhan
2020-11-14
all: split between document and a document parser
Shulhan
2020-11-12
all: rewrite HTML backend template without text/template
Shulhan
2020-11-09
document: check for literal paragraph when parsing list
Shulhan
[next]