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 /README.md | |
| parent | c71d2ec947f60ae68b1593a0e2df42846c933a34 (diff) | |
| download | asciidoctor-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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
