How to add flowchart.js to hugo?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 8.7k
- Fork
- 1.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello, I'm using hugo for my blog. I add
```javascript
```
to `themes/paperback/layouts/partials/footer.html`. And create new post `flowchart.md`:
```flow
st=>start: Start
e=>end: End
op1=>operation: Caculate
st->op1->e
```
But those codes are rendered as code, not rendered as flowchart at all. Any suggestion?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.