boostorg / website-v2

New Boost website
https://boost.io
Boost Software License 1.0
9 stars 12 forks source link

convert .md to .adoc #1328

Open vinniefalco opened 2 hours ago

vinniefalco commented 2 hours ago

When the site renders markdown, such as README.md, it should first convert it to asciidoc, perhaps with this tool:

https://github.com/asciidoctor/kramdown-asciidoc

And then the resulting asciidoc should be rendered with asciidoc passed the "embedded" command line option, and have boostlook applied to its enclosing div.

Note: #1302 needs to be done first

vinniefalco commented 2 hours ago

Python code is here: https://github.com/boostorg/website-v2/blob/develop/core/markdown.py