From d2e0b9b9c23f9e90fe45f8f4d2bfb2b82e629602 Mon Sep 17 00:00:00 2001 From: kpym Date: Sat, 17 Feb 2024 20:36:39 +0100 Subject: [PATCH] move to v0.18.3 --- HOWTO.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index e69e696..15be4a3 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -64,7 +64,7 @@ Here is an example of possible `.gitlab-ci.yml`: pages: image: alpine script: - - wget -c https://github.com/kpym/gm/releases/download/v0.17.3/gm_0.17.3_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm + - wget -c https://github.com/kpym/gm/releases/download/v0.18.3/gm_0.18.3_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm - gm --pages '**/*' artifacts: paths: diff --git a/README.md b/README.md index a6d6b35..93ca4c1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This tool is a thin wrapper around the [github.com/yuin/goldmark](https://github ``` > gm -h -gm (version: 0.17.3): a goldmark cli tool which is a thin wrapper around github.com/yuin/goldmark (versio: v1.5.6). +gm (version: 0.18.3): a goldmark cli tool which is a thin wrapper around github.com/yuin/goldmark (versio: v1.7.0). If not serving (no '--serve' or '-s' option is used): - the .md files are converted and saved as .html with the same base name;