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
/
html_backend.go
Age
Commit message (
Expand
)
Author
2026-03-30
all: move the sect anchor element to the right
Shulhan
2026-01-24
all: add aria-label to the anchor when sectanchor enabled
Shulhan
2024-10-15
all: group all image related method and functions into single file
Shulhan
2024-09-07
Makefile: replace golangci-lint with "go vet"
Shulhan
2024-08-13
all: refactoring DocumentAttribute into struct
Shulhan
2024-08-13
all: rename meta or metadata words to document attribute
Shulhan
2024-03-05
all: comply with linter recommendations
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
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
2022-12-16
all: detach parsing preamble from content
Shulhan
2022-12-16
all: add support for document attribute "last-update-label"
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-08-05
all: cleaning up codes
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-26
all: replace space surrounding the em-dash with html symbol thin space
Shulhan
2020-12-25
all: add predefined attributes for character replacements
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
all: rename type adocTable to elementTable
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
all: fix rendering block listing
Shulhan
2020-12-10
all: add support for "[source]" element attribute
Shulhan
2020-12-08
all: support custom markers on unordered list
Shulhan
2020-12-05
all: render the table caption with auto numbering
Shulhan
2020-12-05
html_backend: parse cell contents by paragraphs
Shulhan
2020-12-04
all: support setting table width and with autowidth option
Shulhan
2020-12-03
all: remove unused methods and unexport internal methods
Shulhan
2020-12-03
all: unified the document node attributes
Shulhan
2020-11-30
all: implement table options "footer"
Shulhan
2020-11-29
all: implement cell formatting
Shulhan
2020-11-24
all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"
Shulhan
2020-11-23
all: implement parser for table
Shulhan
2020-11-16
all: support section "[discrete]" headings style
Shulhan
2020-11-15
all: implement additional metadatas
Shulhan
2020-11-15
html_backend: check for meta "version-label" when generating footer
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: minimize number of short HTML templates
Shulhan
2020-11-15
all: add support for disable rendering title using "showtitle!"
Shulhan
2020-11-15
all: add method ToEmbeddedHTML
Shulhan
2020-11-15
all: support meta "noheader"
Shulhan
2020-11-15
all: parse the document subtitle
Shulhan
2020-11-14
all: fix linter warnings
Shulhan
[next]