diff --git a/README.md b/README.md index 15fc301..17b9572 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Currently approaching a v1 release 🎉 Would you like to help test the RC? _You Install the binary via npm. ```sh -npm install --global gmi-web-cli@1.0.3-rc.1 +npm install --global gmi-web-cli@1.0.4-rc.1 ``` Render .html for all the .gmi files in the current directory diff --git a/gmi-web.1 b/gmi-web.1 index b453ed9..665c05c 100644 --- a/gmi-web.1 +++ b/gmi-web.1 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "gmi-web" "1" "2021-01-30" "1.0.2-rc.1" +.TH "gmi-web" "1" "2021-01-30" "1.0.3-rc.1" .P .SH NAME .P diff --git a/gmi-web.1.scd b/gmi-web.1.scd index 62772e3..a9ddad4 100644 --- a/gmi-web.1.scd +++ b/gmi-web.1.scd @@ -1,4 +1,4 @@ -gmi-web(1) "1.0.3-rc.1" +gmi-web(1) "1.0.4-rc.1" # NAME diff --git a/gmi.css.5 b/gmi.css.5 index 25391c5..95b0a78 100644 --- a/gmi.css.5 +++ b/gmi.css.5 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "gmi.css" "5" "2021-01-30" "1.0.2-rc.1" +.TH "gmi.css" "5" "2021-01-30" "1.0.3-rc.1" .P .SH NAME .P diff --git a/gmi.css.5.scd b/gmi.css.5.scd index 9dd3d49..c489cc9 100644 --- a/gmi.css.5.scd +++ b/gmi.css.5.scd @@ -1,4 +1,4 @@ -gmi.css(5) "1.0.3-rc.1" +gmi.css(5) "1.0.4-rc.1" # NAME diff --git a/package-lock.json b/package-lock.json index 1beda5a..e0c68b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gmi-web-cli", - "version": "1.0.2-rc.1", + "version": "1.0.3-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f59110d..af3eb8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmi-web-cli", - "version": "1.0.3-rc.1", + "version": "1.0.4-rc.1", "description": "A bridge between HTML and Gemini", "main": "cli.js", "bin": { diff --git a/to-html.js b/to-html.js index 7c1a11c..bea1a71 100644 --- a/to-html.js +++ b/to-html.js @@ -65,8 +65,7 @@ function gemtext(tokens, options) { body = body.concat(tokens.slice(0, closing).map(({ text }) => text)); body.push(""); tokens = tokens.slice(closing + 1); - } - else if (cursor.li) { + } else if (cursor.li) { body.push(`