Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sano-jin committed Jul 13, 2024
1 parent 2204ea4 commit ec0b681
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 163 deletions.
5 changes: 4 additions & 1 deletion demo/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ neovim-markdown-preview:
- second element.

Here comes a proof tree:

\begin{prooftree}
\AXC{$1 + 2 + 3 + 4 + 5$}
\RightLabel{Label 7}
\UIC{$1 + 2 + 3$}
\UIC{$1$}
\RightLabel{Label 6}
\UIC{$1 + 2 + 3$}
\AXC{$1 + 2$}
Expand All @@ -22,3 +23,5 @@ Here comes a proof tree:
\RightLabel{Label 4}
\BIC{$1 + 2 + 3 + 4 + 5$}
\end{prooftree}
iage
aiaiaia
14 changes: 14 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
set -eux


cd proof-tree
yarn build
cd ..
cp proof-tree/dist/index.js docs/assets/prooftree.js

git add --all
git commit -m updated
git push


Loading

0 comments on commit ec0b681

Please sign in to comment.