Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

phoenixr-codes/mdbook-code-block-plus

Repository files navigation

Code Block Plus: Improved code blocks for mdBook

Warning

This project is now maintained here.

Preview

```html,filepath=path/to/file.html,icon=fa-html5,lang=MEGAHTML,hidelines=%
%<html>
%<body>
<p>hi</p>
%</body>
%</html>
```

The Documentation itself uses such code blocks so you can see them in action.

Changelog

0.1.1 - 2023-10-16

  • 🔨 Always prefer lang class over language-* class (#1).

0.1.0 - 2023-10-16

Initial release