diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-15 01:23:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-15 01:23:27 +0700 |
| commit | 7398b1b41deb5bc165c4bde3718aaffc1f32b01a (patch) | |
| tree | ef44939d4c5ca70793a56bb6bdfff66806e9820c /_doc | |
| parent | 85d43645f617e4679d4f08cc6f4501ccdc4e2143 (diff) | |
| download | gotp-7398b1b41deb5bc165c4bde3718aaffc1f32b01a.tar.xz | |
all: convert the README from asciidoc to markdown
I use two remote repositories: GitHub and SourceHut.
GitHub support rendering README using asciidoc while SourceHut not.
This cause the repository that use README.adoc rendered as text in
SourceHut which make the repository page less readable.
Also, the pkg.go.dev now render README but only support Markdown.
Since we cannot control the SourceHut and go.dev, the only option is
to support converting Markdown in ciigo so I can write README using
Markdown and the rest of documentation using Asciidoc.
Diffstat (limited to '_doc')
| l--------- | _doc/README.adoc | 1 | ||||
| l--------- | _doc/README.md | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_doc/README.adoc b/_doc/README.adoc deleted file mode 120000 index 59a23c4..0000000 --- a/_doc/README.adoc +++ /dev/null @@ -1 +0,0 @@ -../README
\ No newline at end of file diff --git a/_doc/README.md b/_doc/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/_doc/README.md @@ -0,0 +1 @@ +../README.md
\ No newline at end of file |
