From 6414e2a0242d33b47678b77d6c8c8839afe43020 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sun, 12 Jul 2020 14:52:14 +1000 Subject: [PATCH] Fix README layout --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8d912cd..32f7a8e 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ fn main() {
Node.js -Package: [@minify-html/js-esbuild](https://www.npmjs.com/package/@minify-html/js-esbuild), -Binding: [Neon](https://neon-bindings.com/) -Platforms: macOS, Linux; Node.js 8 and higher +- Package: [@minify-html/js-esbuild](https://www.npmjs.com/package/@minify-html/js-esbuild) +- Binding: [Neon](https://neon-bindings.com/) +- Platforms: macOS, Linux; Node.js 8 and higher ##### Get @@ -159,9 +159,9 @@ minifyHtml.minifyInPlace(fs.readFileSync("source.html"), cfg);
Java -Package: [in.wilsonl.minifyhtml](https://search.maven.org/artifact/in.wilsonl.minifyhtml/minify-html) -Binding: [JNI](https://github.com/jni-rs/jni-rs) -Platforms: macOS, Linux; Java 7 and higher +- Package: [in.wilsonl.minifyhtml](https://search.maven.org/artifact/in.wilsonl.minifyhtml/minify-html) +- Binding: [JNI](https://github.com/jni-rs/jni-rs) +- Platforms: macOS, Linux; Java 7 and higher ##### Get @@ -199,9 +199,9 @@ MinifyHtml.minifyInPlace(source, cfg);
Python -Package: [minify_html](https://pypi.org/project/minify_html) -Binding: [PyO3](https://github.com/PyO3/pyo3) -Platforms: macOS, Linux; CPython 3.5 and higher +- Package: [minify_html](https://pypi.org/project/minify_html) +- Binding: [PyO3](https://github.com/PyO3/pyo3) +- Platforms: macOS, Linux; Python 3.5 and higher ##### Get @@ -223,9 +223,9 @@ except SyntaxError as e:
Ruby -Package: [minify_html](https://rubygems.org/gems/minify_html) -Binding: [Rutie](https://github.com/danielpclark/rutie) -Platforms: macOS, Linux; Ruby 2.5 and higher +- Package: [minify_html](https://rubygems.org/gems/minify_html) +- Binding: [Rutie](https://github.com/danielpclark/rutie) +- Platforms: macOS, Linux; Ruby 2.5 and higher ##### Get