Skip to content

Support proof environments - #341

Merged
ScriptRaccoon merged 3 commits into
mainfrom
proof-environments
Aug 19, 2026
Merged

Support proof environments#341
ScriptRaccoon merged 3 commits into
mainfrom
proof-environments

Conversation

@ScriptRaccoon

@ScriptRaccoon ScriptRaccoon commented Aug 19, 2026

Copy link
Copy Markdown
Owner

In Markdown files, proofs were previously written "manually", like this:

_Proof._ Let $A$ be a ....
This finishes the proof. <span class="qed">$\square$</span>

This is now replaced by a separate proof environment. It takes care of everything: italicizing "Proof", adding the QED symbol, and handling the spacing.

::: Proof
Let $A$ be a ....
This finishes the proof.
:::

The syntax is similar to that of the existing theorem environments.

@ScriptRaccoon
ScriptRaccoon merged commit b3f2aa6 into main Aug 19, 2026
1 check passed
@ScriptRaccoon
ScriptRaccoon deleted the proof-environments branch August 19, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant