From 93d558ea5524d7754d6e96179986da7fe9fcb989 Mon Sep 17 00:00:00 2001 From: brianhuster Date: Wed, 9 Oct 2024 09:04:58 +0700 Subject: [PATCH 1/2] update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f92de7c..8d7f9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - dev + - '*' permissions: contents: write From 0debcd048280bcc9d0ef83d80f755bc0bb6b02b8 Mon Sep 17 00:00:00 2001 From: brianhuster Date: Wed, 9 Oct 2024 09:07:32 +0700 Subject: [PATCH 2/2] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4843518..ab963a3 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ Use the command `:help live-preview` to see the help documentation. Since this is a young project, there should be a lot of rooms for improvements. If you would like to contribute to this project, please feel free to open an issue or a pull request. ## TODO -- [x] Support for KaTex -- [x] Support for Katex in Markdown +- [x] Support for KaTex math in Markdown and AsciiDoc +- [x] Support for Mermaid diagrams in Markdown - [ ] Autoscroll in the browser as you scroll in the Markdown and AsciiDoc files in Neovim - [ ] Support for diagrams in AsciiDoc