diff options
| -rw-r--r-- | CHANGELOG.adoc | 13 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..4144bef --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,13 @@ += CHANGELOG + +== asciidoctor-go v0.1.0 (2021-03-06) + +The asciidoctor-go is the Go module to parse the AsciiDoc (TM) markup +and convert it into HTML5. + +This first release bring almost all AsciiDoc syntax except for include +directive, inter-document cross-reference, macros, and non-primary syntax +features. + +I hope this library can be useful for Gophers who need the power of AsciiDoc +in their workflows. @@ -4,7 +4,7 @@ Shulhan <ms@kilabit.info> The asciidoctor-go is the Go module to parse the [AsciiDoc markup](https://asciidoctor.org/docs/what-is-asciidoc) -and convert into HTML5. +and convert it into HTML5. ## Features |
