From 37cac5a6d84185c95aa219231f39edcfc502f891 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Thu, 23 Mar 2023 16:53:48 +0800 Subject: [PATCH] doc: update README on new command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5778393..0819526 100644 --- a/README.md +++ b/README.md @@ -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: ```