gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.39k stars 7.43k forks source link

Is it possible to support asciidoctor-kroki? #7911

Closed edl7878 closed 3 years ago

edl7878 commented 3 years ago

As documentation Some Asciidoctor parameters can be customized in Hugo mentioned:

extensions: Possible extensions are asciidoctor-html5s, asciidoctor-bibtex, asciidoctor-diagram, asciidoctor-interdoc-reftext, asciidoctor-katex, asciidoctor-latex, asciidoctor-mathematical, asciidoctor-question, asciidoctor-rouge.

when try to set extensions = ["asciidoctor-html5s", "asciidoctor-kroki"], error occurred: ERROR 2020/10/30 21:23:55 Unsupported asciidoctor extension was passed in. Extension asciidoctor-kroki ignored.

Is it possible to support asciidoctor-kroki?

edl7878 commented 3 years ago

A PR has been made to satisfy this feature request:

https://github.com/gohugoio/hugo/pull/7919

onedrawingperday commented 3 years ago

Isn't this issue fixed by https://github.com/gohugoio/hugo/commit/01dd7c16af6204d18d530f9d3018689215482170 that allows the installation of arbitrary Asciidoc extensions via path validation?

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.