You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Code Emiter plugin for Obsidian which allows me to run code from code blocks, when I'm writing notes which I later publish to mkdocs with material theme.
Could you provide option for default behaviour for codeblocks?
Example:
Block with exec=on doesn't allow Code emitter to run
```python exec="on"
print("Hello Markdown!")
```
Maybe some config in mkdocs.yml allowing to execute regular codeblock might be good idea?
It would be nice, because:
documets will be more portable
person can focus more on what to write and not how to do it (most important thing I think)
The text was updated successfully, but these errors were encountered:
I'm using Code Emiter plugin for Obsidian which allows me to run code from code blocks, when I'm writing notes which I later publish to
mkdocs
with material theme.Could you provide option for default behaviour for codeblocks?
Example:
Block with
exec=on
doesn't allow Code emitter to runMaybe some config in
mkdocs.yml
allowing to execute regular codeblock might be good idea?It would be nice, because:
The text was updated successfully, but these errors were encountered: