cobalt.rs icon indicating copy to clipboard operation
cobalt.rs copied to clipboard

AsciiDoc

Open ghost opened this issue 6 years ago • 6 comments

hugo offers this as an alternative to markdown:

https://gohugo.io/content-management/formats#additional-formats-through-external-helpers

ghost avatar Feb 19 '19 17:02 ghost

cobalt is designed to support alternative markup systems. The big issue is asciidoc support itself. My preference is cobalt to be all-in-one rather than relying on external programs installed on the system.

epage avatar Feb 19 '19 18:02 epage

@epage yes that is the big problem

it seems no crate exist currently for asciidoc

ghost avatar Feb 19 '19 18:02 ghost

We need asciidoctor in Rust :P

mo8it avatar Aug 15 '22 20:08 mo8it

Let's say, as a user, I'm fine with using an external renderer (ruby asciidoctor) until native implementation arrives (looong-long time ;D). Where would I start on adding the support for asciidoc format? I've already looked at some code, but pointers from someone who knows their way around cobalt code base would be welcome. Thanks!

AlexCzar avatar Mar 20 '23 16:03 AlexCzar

So far, I've rejected support for external renderers (e.g. #1119). If a case can be made, we can reconsider it.

epage avatar Mar 20 '23 16:03 epage