summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-06 23:31:55 +0700
committerShulhan <ms@kilabit.info>2021-03-06 23:31:55 +0700
commit4c1ded163e57698b227cbee36ae7cad105e34af5 (patch)
treea1087629a9a5ca5701d797821485590060a94b8c
parentc71d2ec947f60ae68b1593a0e2df42846c933a34 (diff)
downloadasciidoctor-go-0.1.0.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.adoc13
-rw-r--r--README.md2
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.
diff --git a/README.md b/README.md
index d88e842..6fa9681 100644
--- a/README.md
+++ b/README.md
@@ -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