Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for allowElements (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/MarkdownRenderer.java

                    // Headings
                    .allowElements("h1", "h2", "h3", "h4", "h5", "h6")
                    // Text formatting
                    .allowElements("p", "br", "hr")
                    .allowElements("strong", "em", "b", "i", "u", "s", "del")
                    // Lists
                    .allowElements("ul", "ol", "li")
                    // Code
                    .allowElements("code", "pre")
                    // Blockquote
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 12 10:32:40 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top