Run snippets only when in certain language code blocks? #319
Unanswered
MitchellHarrison
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all! I'm building a workflow for my algorithms courses in Obsidian, and I already use LaTeX suite for my math stuff. There's a great plug-in for writing LaTeX algorithms in psudocode blocks like the following:
I know there is a setting for LaTeX suite to make specific languages be read as math blocks called
Code languages to interpret as math mode
, but I'm wondering if anyone knows how I might check specifically that I am in apseudo
block without calling it a math block? I have snippets that I want to work inpseudo
blocks that interfere with my normal math ones. Any help would be amazing!Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions