diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-06 23:31:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-06 23:31:55 +0700 |
| commit | 4c1ded163e57698b227cbee36ae7cad105e34af5 (patch) | |
| tree | a1087629a9a5ca5701d797821485590060a94b8c | |
| parent | c71d2ec947f60ae68b1593a0e2df42846c933a34 (diff) | |
| download | asciidoctor-go-4c1ded163e57698b227cbee36ae7cad105e34af5.tar.xz | |
Release asciidoctor-go v0.1.0 (2021-03-06)v0.1.0
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.
| -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 |
