New Plugin: StandardForm. Transforms code blocks of logical reconstructions into nice tables

User group might be small but hope someone googling for it will find this post :).

Install
Code

My very first plugin just released: “StandardForm”.
It transforms code blocks with logical Standard Form syntax into clean, styled renderings, enhancing readability of logical reconstructions. Perfect for philosophy, logic, and formal notation.

From this:

```standardform
P1: If someone is a programmer, then they prefer tools that support Markdown.
P2: If someone prefers tools that support Markdown, then they enjoy using Obsidian.
 -- CI (P1, P2) --
IC: If someone is a programmer, then they enjoy using Obsidian.
P3: Phil is a programmer.
-- MP (IC, P3) --
C: Phil enjoys using Obsidian.
```
```standardform
if p, then q
not q
--
not p
```

to this:

Cheers