speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.06k stars 196 forks source link

Conditional inclusion does not work on `<pre class="metadata">` #2322

Open LeaVerou opened 1 year ago

LeaVerou commented 1 year ago

Already sent @tabatkins an email but filing it here too for tracking.

Trying to generate a version of our design principles for web developers, we tried this:

<pre class="metadata">
Title: Web Platform Design Principles
Group: tag
...
</pre>
<pre class="metadata" include-if="text macro: DEV">
Title: Web Platform Design Principles for Web Developers
</pre>

but the second block of metadata seems to always be overriding the first.

LeaVerou commented 9 months ago

Gentle ping @tabatkins . We are considering using another preprocessor to generate Bikeshed if this cannot be fixed…