Add custom extension-name code fence register
Opened this issue · 0 comments
waynevanson commented
Code blocks should look like
```yaml data-entry # ..schema ```
Instead of
```yaml-data-entry # ..schema ```
Requires us to create our own codeblock registering function.