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

Syntax highlight for fenced does not take argument #98

Open
bannsec opened this issue May 24, 2020 · 3 comments
Open

Syntax highlight for fenced does not take argument #98

bannsec opened this issue May 24, 2020 · 3 comments
Labels

Comments

@bannsec
Copy link

bannsec commented May 24, 2020

So in normal markdown I can do something like

```python
python code here
```

However, using this template no matter what I put after the triple tick to start the fenced code, it doesn't take that hint. Sometimes the parser does correctly guess what the code is, however often times its guess is incorrect. It would be super helpful to be able to have that code type (i.e.: python above, or whatever the language actually is) functional.

@bannsec bannsec changed the title Syntax highlight for fenced doens't take argument Syntax highlight for fenced does not take argument May 24, 2020
@jacobtomlinson
Copy link
Owner

Thanks for raising this @bannsec. I haven't maintained this theme for a while now. If someone wants to fix it I would be happy to review and merge a PR.

(Also I fixed your code example in the issue, check out the edit to see what I changed. It's a neat trick that I learned the other day)

@bannsec
Copy link
Author

bannsec commented May 27, 2020 via email

@jacobtomlinson
Copy link
Owner

No idea sorry

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

No branches or pull requests

2 participants