Use triple backticks for markdown snippets in README.md
#128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey, very nice tool and idea, I must say I love it! Looking forward to sharing a
.md
file over Github saying that that is both the build code and its pretty/rendered documentation 🤩This PR is about an æsthetic/subjective nit, so feel free to (politely) dismiss it.
Nonetheless, I do find that using
~~~
for code blocks in Markdown to be an extremely rare sight (in fact, TIL!), especially in the context of markdown-masquerading tools such as Discord, which do not interpret~~~
as introducing a code block. What this, in turn, entails, is that people coming across your tool will run into a bit more strangeness / impedance, and as we all know it, the budget for it is limited, and for some by quite a bit. Doing the "typical" thing, albeit boring, ought to help in this regard :)Which issue does this fix?
None.
Describe the solution
README.md
-only adjustments:```
s with````
;~~~
with```