Skip to content

Commit 2c41af4

Browse files
authored
Merge pull request #34 from najuzilu/update-proof-docs
📚 DOCS: Add class option for `proof:proof`
2 parents 71fd044 + 0a94fe8 commit 2c41af4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/syntax.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This documentation utilized the [Markedly Structured Text (MyST)](https://myst-p
88

99
A proof directive can be included using the `proof:proof` pattern. Unlike the other directives provided through this extension, a proof directive does not include any parameters nor does it require any arguments. A proof directive can easily be referenced through [targets](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing).
1010

11+
The following option is supported:
12+
13+
* `class` : text
14+
15+
Value of the proof’s class attribute which can be used to add custom CSS or JavaScript.
16+
1117

1218
**Example**
1319

0 commit comments

Comments
 (0)