spring-io / spring-asciidoctor-backends

A backend for Asciidoctor used to produce Spring styled HTML
Apache License 2.0
79 stars 16 forks source link

Add convention based include code support #56

Closed philwebb closed 2 years ago

philwebb commented 2 years ago

We'd like an include::code:SomeFile block macro that will allow us to import source files using convention based paths and detect different languages.

philwebb commented 2 years ago

The original approach didn't work. Trying an IncludeProcessor instead.