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_parser.go
Age
Commit message (
Expand
)
Author
11 days
all: fix parsing literal paragraph
Shulhan
2025-04-18
all: support include directive inside block code
Shulhan
2025-02-16
all: move setting attribute to Document
Shulhan
2025-01-21
all: fix section detected as paragraph after list and comment
Shulhan
2024-08-16
all: remove unnecessary TrimRight
Shulhan
2024-08-16
all: support document attribute "leveloffset"
Shulhan
2024-08-13
all: refactoring DocumentAttribute into struct
Shulhan
2024-08-13
all: add element kind Section 0
Shulhan
2024-08-12
all: use strict document header format
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-10
all: remove dependency to "github.com/shuLhan/share/lib/debug"
Shulhan
2023-12-10
all: fix custom IDs on first section got replaced
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
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-03-02
all: handle empty preamble
Shulhan
2022-12-19
all: support multi line attribute values
Shulhan
2022-12-19
all: trim right spaces on each lines before parsing
Shulhan
2022-12-16
all: detach parsing preamble from content
Shulhan
2022-12-14
all: store the list item counter inside element
Shulhan
2022-09-05
all: fix parsing list description inside include directive
Shulhan
2022-08-05
all: cleaning up codes
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: add element preamble into Document
Shulhan
2022-07-16
all: reformat all Go files
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
document_parser: remove unused debug statement
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-20
all: fix parsing list with open block
Shulhan
2020-12-13
document_parser: fix parsing open block inside list item
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-08
all: add support for checklist in unordered list
Shulhan
2020-12-08
all: support custom markers on unordered list
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 table options "header" and "noheader"
Shulhan
2020-11-24
chore: increase the debug value to supress logs on DEBUG=1
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: change attributeClass from map to slice
Shulhan
2020-11-16
all: support section "[discrete]" headings style
Shulhan
2020-11-15
all: implement 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
[next]