Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for h1 (0.13 sec)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/HtmlToXmlJavadocLexerTest.groovy

            where:
            source                                   | transformed
            "<h1>text</h1>"                          | "<h1>text</h1>"
            "<h2>text</h2>"                          | "<h2>text</h2>"
            "<p>text</p>"                            | "<p>text</p>"
            "<h1><code>text</code></h1>"             | "<h1><code>text</code></h1>"
            "<table><th>text</th><td>text</td></ul>" | "<table><th>text</th><td>text</td></table>"
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 6.5K bytes
    - Viewed (0)
Back to top