doc: update README on new command

This commit is contained in:
Yaotian-Liu 2023-03-23 16:53:48 +08:00
parent 09db3a077d
commit 37cac5a6d8
No known key found for this signature in database
GPG key ID: 4AEEE42596AA7552

View file

@ -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:
```