#1861·vuepress

Asciidoctor.js support

Author: abelsromeroCreated Sep 16, 2019Updated May 28, 2025
Labelstype: question or discussiontype: feature requesttopic: configpriority: lowstatus: core team review

Feature request

What problem does this feature solve?

Support for other another popular writing format. Plus, the out-of-the-box search and multi-language vuepress offers (not offered in other static generators) would work wonders to document OS projects in asciidoc.

What does the proposed API look like?

How should this be implemented in your opinion?

I lack the knowledge. But I assume the current engine converts single md files one by one generating the target HTML. I don't it should be easy, but this could be replicated with https://github.com/asciidoctor/asciidoctor.js/ in a similar manner. I had a look at some vuepress features and:

Are you willing to work on this yourself?

I really cannot due to other commitments and lack of JS expertise, but I am curious to know if you think this could be an option.