Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

add new step for delete '=' in fenced codes #124

Closed curibe closed 2 years ago

curibe commented 2 years ago

This allows to use the library highlight.js for highlight code

The change is made over blog's html files

For example:

Before

```javascript=
.....

After

```javascript
.....