How to add flowchart.js to hugo?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8.7k
- Forks
- 1.2k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.