We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an offshoot of #64 and lightbend/ssl-config#51.
Use Generic theme and put the following in the body:
``` curl https://financialcryptography.com # uses cacert.org as a CA ```
The syntax highlighting here is too aggressive, and doesn't really make sense to me.
This also manifests itself when there are single quotes used in the middle of the text as apostrophe.
Kramdown / Redcarpet or whatever that implements GFM uses ``` to indicate plain text without any special postfix. We should do the same.
```
https://help.github.com/articles/creating-and-highlighting-code-blocks/
/cc @dwijnand, @jonas
The text was updated successfully, but these errors were encountered:
Fix lightbend#65: Only highlight fenced code blocks when a language i…
fd22754
…s set
acea5d7
notes: Only highlight fenced code blocks when a language is set
cf91648
#65/#78
No branches or pull requests
This is an offshoot of #64 and lightbend/ssl-config#51.
steps
Use Generic theme and put the following in the body:
problem
The syntax highlighting here is too aggressive, and doesn't really make sense to me.
This also manifests itself when there are single quotes used in the middle of the text as apostrophe.
expectation
Kramdown / Redcarpet or whatever that implements GFM uses
```
to indicate plain text without any special postfix. We should do the same.https://help.github.com/articles/creating-and-highlighting-code-blocks/
/cc @dwijnand, @jonas
The text was updated successfully, but these errors were encountered: