You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also find builds I've published in [GitHub Releases](https://github.com/kivikakk/comrak/releases), but they're limited to machines I have access to at the time of making them\ offers `curl | shell`-style installation of the latest of these for your OS.
35
+
You can also find builds I've published in [GitHub Releases](https://github.com/kivikakk/comrak/releases), but they're limited to machines I have access to at the time of making them! [webinstall.dev](https://webinstall.dev/comrak/) offers `curl | shell`-style installation of the latest of these for your OS.
36
36
37
37
## Usage
38
38
@@ -59,7 +59,7 @@ Options:
59
59
-c, --config-file <PATH>
60
60
Path to config file containing command-line arguments, or 'none'
61
61
62
-
[default: /home/runner/.config/comrak/config]
62
+
[default: /Users/kivikakk/.config/comrak/config]
63
63
64
64
-i, --inplace
65
65
To perform an in-place formatting
@@ -162,6 +162,9 @@ Options:
162
162
--ignore-empty-links
163
163
Ignore empty links
164
164
165
+
--experimental-minimize-commonmark
166
+
Minimize escapes in CommonMark output using a trial-and-error algorithm
- Know of another library? Please open a PR to add it\!
307
+
- Know of another library? Please open a PR to add it!
305
308
306
309
### Python bindings
307
310
@@ -337,11 +340,11 @@ This will build and run benchmarks across all, and report the time taken by each
337
340
338
341
## Contributing
339
342
340
-
Contributions are **highly encouraged**; if you'd like to assist, consider checking out the [`good first issue` label](https://github.com/kivikakk/comrak/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\! I'm happy to help provide direction and guidance throughout, even if (especially if\!) you're new to Rust or open source.
343
+
Contributions are **highly encouraged**; if you'd like to assist, consider checking out the [`good first issue` label](https://github.com/kivikakk/comrak/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)! I'm happy to help provide direction and guidance throughout, even if (especially if!) you're new to Rust or open source.
341
344
342
345
Where possible I practice [Optimistic Merging](http://hintjens.com/blog:106) as described by Peter Hintjens. Please keep the [code of conduct](CODE_OF_CONDUCT.md) in mind too.
343
346
344
-
Thank you to Comrak's many contributors for PRs and issues opened\!
347
+
Thank you to Comrak's many contributors for PRs and issues opened!
345
348
346
349
### Code Contributors
347
350
@@ -350,17 +353,17 @@ Thank you to Comrak's many contributors for PRs and issues opened\!
350
353
### Financial Contributors
351
354
352
355
Become a financial contributor and help sustain Comrak's development. I'm
353
-
self-employed --- open-source software relies on the collective.
356
+
self-employed — open-source software relies on the collective.
0 commit comments