From 38fcad2b3552ed703d14258d40777a2ba604b6ad Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Sun, 19 Mar 2023 14:04:58 +0800 Subject: [PATCH] doc: add known issues --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 307dae5..f652dbd 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ To install the plugin, download the latest release from the [releases page](http ~~Or just download it within Obsidian's community plugins.~~ (Pending...) +## Known Issues + +- [ ] The caption index will increase with each rendering. + ## Credits This plugin is based on [pseudocode.js](https://github.com/SaswatPadhi/pseudocode.js), a JavaScript library that typesets pseudocode beautifully to HTML. Many thanks to the pseudocode.js team for their great work!