Ernst de Haan
Ernst de Haan
I'd like to use a client certificate with sitespeed.io (with the Chrome backend). I've searched the documentation, but I could not find any explanation on how to do this. Note...
**Is your feature request related to a problem? Please describe.** I would like to be able to validate whether a certain text string is valid Markdown or not. **Describe the...
Suggestion: Migrate the code from JUnit 4 to JUnit 5. See: - https://junit.org/junit5/ - https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4 - https://www.baeldung.com/junit-5-migration - https://blog.jetbrains.com/idea/2020/08/migrating-from-junit-4-to-junit-5/ - https://www.arhohuttunen.com/junit-5-migration/
Test case: ```java package com.vladsch.flexmark.jira.converter; import static com.vladsch.flexmark.parser.Parser.EXTENSIONS; import static java.util.Collections.singletonList; import static org.junit.jupiter.api.Assertions.assertEquals; import com.vladsch.flexmark.html.HtmlRenderer; import com.vladsch.flexmark.parser.Parser; import com.vladsch.flexmark.util.ast.Document; import com.vladsch.flexmark.util.data.MutableDataSet; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; final class...
**Describe the bug** Currently `Document.toString()` does not appear to be implemented (properly). Simple test case: ``` package com.vladsch.flexmark.util.ast; import static org.junit.jupiter.api.Assertions.assertNotEquals; import com.vladsch.flexmark.parser.Parser; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; final class DocumentTest...
**I want to request a feature.** Please support the template rule “Track uses of disallowed classes” in the same manner as how it is done for Java. Note that this...
**I want to request a feature.** Please support the template rule “Track uses of disallowed methods” in the same manner as how it is done for Java. Here is a...
Steps to reproduce: - Have a simple Asciidoc file with `:imagesdir: ./images` - Add an image in the `images/` subdirectory. - Include the image from the AsciiDoc file, e.g. `image::myimage.png[My...
It would be great _debug_ and/or _verbose_ logging could be enabled in the Docker container, and if the documentation would explain how to do that.
Use case: I am trying to publish a lot of AsciiDoc pages, but many of them have significant quality issues. If the Confluence Publisher is unable to process an AsciiDoc...