nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Allow separator in code #526

Closed kalaspuffar closed 1 year ago

kalaspuffar commented 1 year ago

Trying to solve: https://github.com/nlbdev/nordic-epub3-dtbook-migrator/issues/521

kalaspuffar commented 1 year ago

Hi @josteinaj

I think I misunderstood the task. I've changed the rules to follow what you've written above. Now this code example will pass validation.

            <pre><code>
        public static void main(String[] args) {
            ...
        }
        </code></pre>
            <hr class="separator"/>
            <pre><code>
        public static void main(String[] args) {
            ...
        }
        </code></pre>

Best regards Daniel