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
I frequently use this syntax to disable syntax highlighting. It works on other markdown implementations (e.g. github):
```text some text here ```
The text language is the one I've seen recommended most frequently.
text
Zola only allows txt for this purpose. Would it be possible to allow text as well?
txt
Zola version: 0.14.1
Using text syntax highlighting is disabled.
When I run zola build I get many warnings of the form
zola build
Warning: Highlight language text not found in foo.md
The text was updated successfully, but these errors were encountered:
I could be wrong, but I think that change would need to be made in sublimehq/Packages/blob/master/Text/Plain text.tmLanguage.
Sorry, something went wrong.
You can probably add an alias in https://github.com/getzola/zola/blob/master/components/config/examples/generate_sublime.rs but tbh there's already txt so I'm inclined to not add text
Add plain text syntax alias to text
2001b21
Closes #1633
d828d52
No branches or pull requests
Bug Report
I frequently use this syntax to disable syntax highlighting. It works on other markdown implementations (e.g. github):
The
text
language is the one I've seen recommended most frequently.Zola only allows
txt
for this purpose. Would it be possible to allowtext
as well?Environment
Zola version: 0.14.1
Expected Behavior
Using
text
syntax highlighting is disabled.Current Behavior
When I run
zola build
I get many warnings of the formThe text was updated successfully, but these errors were encountered: