mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
Merge branch 'master' of github.com:Yaotian-Liu/obsidian-pseudocode
This commit is contained in:
commit
f64e527248
1 changed files with 3 additions and 3 deletions
|
|
@ -11,16 +11,16 @@ This is a plugin for [Obsidian](https://obsidian.md/) that allows you to render
|
|||
### Future Features
|
||||
|
||||
- [ ] Syntax highlighting.
|
||||
- [x] Auto-completion inside `pcode` code block. (Release 1.1.0)
|
||||
- [x] Auto-completion inside `pseudo` code block. (Release 1.1.0)
|
||||
|
||||
## Usage
|
||||
|
||||
To use the plugin, simply create a code block in your Obsidian note and add your pseudocode inside it. Then, add the language specifier `pcode` (short for "pseudocode") to the code block. The plugin will automatically render the pseudocode as LaTeX.
|
||||
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.
|
||||
|
||||
Here is an example:
|
||||
|
||||
```
|
||||
```pcode
|
||||
```pseudo
|
||||
\begin{algorithm}
|
||||
\caption{Quicksort}
|
||||
\begin{algorithmic}
|
||||
|
|
|
|||
Loading…
Reference in a new issue