middleman / middleman-asciidoc

:beginner: AsciiDoc support for Middleman 4. (In Middleman 3, AsciiDoc support is provided by a core extension).
https://middlemanapp.com
Other
27 stars 12 forks source link

Support the same AsciiDoc file extensions as Tilt #58

Closed mojavelinux closed 6 years ago

mojavelinux commented 6 years ago

Middleman uses Tilt to convert the AsciiDoc files. This extension adds deeper integration. These two components should work on the same set of files.

Currently, this extension only considers AsciiDoc files that end in .adoc, while Tilt is configured to operate on .ad, .asciidoc, and .adoc files. This extension should use whatever AsciiDoc file extensions are registered with Tilt. That way, there's a central place to control which file extensions should be honored.