Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

πŸͺ„ Helpers

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!")
```
:::