pandoc-eqnos --include-in-header style
dhimmel opened this issue · 1 comments
dhimmel commented
In #274, we update pandoc-eqnos from version 1.4 to 2.1. Now when we run the pandoc HTML build command, we get the following output:
pandoc-eqnos: Wrote the following blocks to header-includes. If you
use pandoc's --include-in-header option then you will need to manually
include these yourself.
<!-- pandoc-eqnos: equation style -->
<style>
.eqnos { display: inline-block; position: relative; width: 100%; }
.eqnos br { display: none; }
.eqnos-number { position: absolute; right: 0em; top: 50%; line-height: 0; }
</style>
We do not specify --include-in-header
, but we do use other --include-*
options:
Lines 30 to 58 in 7cf9071
From the output HTML, I see the following:
Lines 87 to 92 in 1fcd283
So I think we can disregard the warning.
Here's the related pandoc-eqnos
source code.
Perhaps we want to suppress this warning if there's an easy way to do that?
dhimmel commented
Closing since there is no action needed. Can reopen if warranted.