index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2020-12-24
all: rename the file adoc_node to element
Shulhan
2020-12-24
all: rename adocNode to element
Shulhan
2020-12-20
all: add unit test for paragraph lead style
Shulhan
2020-12-20
all: do not wrap document with content and preamble on ToEmbeddedHTML
Shulhan
2020-12-20
all: use consistent names for parser
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
README: add partial support for include directive
Shulhan
2020-12-10
all: fix rendering block listing
Shulhan
2020-12-10
all: add support for "[source]" element attribute
Shulhan
2020-12-10
attribute_class: remove unused delete method
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-10
document: store the full path of parsed file on Document
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-07
parser: allow table separator with "=" greater than 3
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
2020-12-05
all: fix table width calculation
Shulhan
2020-12-05
all: support setting table stripes styles
Shulhan
2020-12-05
all: add support for setting table borders
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-12-03
SPECS: add specification for table
Shulhan
2020-11-30
all: implement table options "footer"
Shulhan
2020-11-29
all: implement table options "header" and "noheader"
Shulhan
2020-11-29
all: implement cell formatting
Shulhan
2020-11-24
chore: increase the debug value to supress logs on DEBUG=1
Shulhan
2020-11-24
README: change the format to markdown
Shulhan
2020-11-24
all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"
Shulhan
2020-11-23
go.mod: update with latest share module
Shulhan
[prev]
[next]