mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
doc: update README on new command
This commit is contained in:
parent
09db3a077d
commit
37cac5a6d8
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ This is a plugin for [Obsidian](https://obsidian.md/) that allows you to render
|
|||
|
||||
To use the plugin, simply create a code block in your Obsidian note and add your pseudocode inside it. Then, add the language specifier `pseudo` (short for "pseudocode") to the code block. The plugin will automatically render the pseudocode as LaTeX.
|
||||
|
||||
You can also use the command `Pseudocode: Insert a new pseudocode block` to start.
|
||||
|
||||
Here is an example:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue