- Notifications
You must be signed in to change notification settings - Fork18
Add customization option to disable markdown syntax highlighting#59
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5794188 intoclojure-emacs:mainUh oh!
There was an error while loading.Please reload this page.
bbatsov commentedFeb 16, 2025
That's fine by me, but please also open a separate issue about the problems you've encountered, so we won't forget to investigate and fix them eventually. |
rrudakov commentedFeb 17, 2025
Thanks! I'll create an issue shortly. |
Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):
M-x checkdocand fixed any warnings in the code you've written.Thanks!
I would like to introduce a new customization option to disable inline markdown.
After working for some time with
clojure-ts-modeon relatively big project I noticed some problems with it. Markdown syntax highlighting is not accurate (note closing backtick has different color in different docstrings):Also having it enabled sometimes introduces memory leaks. Emacs hangs and consumes all available RAM. Unfortunately I couldn't figure out a reliable recipe to reproduce the memory leak.