This repository includes a plugin-custom-directives.mjs file which defines custom
directives that will save some time authoring certain repeated elements.
Git commit checkpoint directiveΒΆ
:::{gitCommitCheckpoint} my commit message
:::βYou should notice...β directiveΒΆ
:::{youShouldNotice}
...the `{youShouldNotice}` directive fully supports markdown in the body.
This means you can, for example include some code:
```python
print("Some code!")
```
:::