eum2o
eum2o
*Detected in version:* 0.62.2 (flexmark-all) ### Problem If a line contains a `:` and `` the html converter unexpectedly adds a whitespace before the `:`. See examples below. ### Example...
*Detected in version:* 0.62.2 (flexmark-all) #### Code ``` final String html = "Foo bar"; com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter c = FlexmarkHtmlConverter.builder().build(); System.out.println(c.convert(html)); ``` #### Actual Output `**Foo**bar` #### Expected Output `**Foo** bar`
*Detected in version: 1.1.0* Example code: ```java public static void main(String[] args) { final String html = "Foo Bar"; final Remark remark = new Remark(Options.markdown()); remark.setCleanedHtmlEchoed(false); System.out.println(remark.convert(html)); } ``` **Actual...
Please document what exactly `org.docx4j.model.datastorage.migration.VariablePrepare.prepare(WordprocessingMLPackage)` is doing in the Javadoc of this method. The example main method in the same class states that > // Before .. note attributes w:rsidRDefault="00D15781"...