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
Does not show colored syntax in edit mode for Elixir. For other languages it works correctly.
Elixir no syntax highlighting
Write code in code block and mark it as elixir code.
def myfun() do # add some code here {alfa: <<0,1,2,3,4>>} end
Highlighted syntax.
Expected to see it as in reading mode:
In editing mode if I try to change the language the syntax highlight works perfectly. For example if I write python instead of elixir:
The text was updated successfully, but these errors were encountered:
Obsidian uses different programs to do highlighting in reading view and editing view/live preview: https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Code+blocks
Sorry, something went wrong.
mayurankv
No branches or pull requests
Does not show colored syntax in edit mode for Elixir. For other languages it works correctly.
Describe the bug
Elixir no syntax highlighting
Steps to reproduce
Write code in code block and mark it as elixir code.
def myfun() do # add some code here {alfa: <<0,1,2,3,4>>} end
Expected behaviour
Highlighted syntax.
Current behaviour
Environment
Screenshots
Expected to see it as in reading mode:
Additional context
In editing mode if I try to change the language the syntax highlight works perfectly. For example if I write python instead of elixir:
The text was updated successfully, but these errors were encountered: