index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inline_parser.go
Age
Commit message (
Expand
)
Author
2026-02-18
all: fix parsing inline format with escaped character
Shulhan
2025-02-18
all: remove the "nolint" tag
Shulhan
2024-10-15
all: group all image related method and functions into single file
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-03-02
all: ignore parsing block image in paragraph
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-11-23
all: make the macro parser independent, out of inlineParser
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-08-06
all: rewrite unit tests for inlineParser using test.Data
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-07-16
all: realign all structs
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
2021-12-06
all: fix parsing and rendering cross reference
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-24
parser: wrap value of email ref name with "mailto:[<value>]"
Shulhan
2020-12-24
all: rename adocNode to element
Shulhan
2020-12-20
all: use consistent names for parser
Shulhan