diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -6,6 +6,31 @@ Shulhan <ms@kilabit.info> :sectlinks: +[#v0_6_2] +== asciidoctor-go v0.6.2 (2025-02-01) + +[BUG FIX] +Fix section detected as paragraph after list and comment. +Previously, given the following markup, +---- +* Sub list ++ +Sub list content. + +//}}} +//{{{ +== Sub 2 +//}} +---- +The section "Sub 2" will be parsed as paragraph instead of new section. + +[CHORE] +In the linter, we replace the fieldalignment and shadow using our internal +gocheck command. +This linters actually have an API that can be combined into a program, +which provided by package "pakakeh.go/lib/goanalysis". + + [#v0_6_1] == asciidoctor-go v0.6.1 (2024-12-08) |
