Skip to content
New issue

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

Default fenced code block should assume plain text #65

Closed
eed3si9n opened this issue Nov 21, 2016 · 0 comments
Closed

Default fenced code block should assume plain text #65

eed3si9n opened this issue Nov 21, 2016 · 0 comments

Comments

@eed3si9n
Copy link
Contributor

eed3si9n commented Nov 21, 2016

This is an offshoot of #64 and lightbend/ssl-config#51.

steps

Use Generic theme and put the following in the body:

```
curl https://financialcryptography.com # uses cacert.org as a CA
```

problem

x

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants