markdown-to-asciidoc icon indicating copy to clipboard operation
markdown-to-asciidoc copied to clipboard

Java Library to convert Markdown to AsciiDoc

Results 19 markdown-to-asciidoc issues
Sort by recently updated
recently updated
newest added

Hello, could you please sync the library to Maven Central via Bintray? Kinds regards, Robert Winkler

`+ Bullet points like this are not converted` Many things seem to render this properly, so it would be nice if this was added. Thanks.

Hi Erik, I'm using your great library in [Swagger2Markup](https://github.com/Swagger2Markup/swagger2markup) now. It works fine so far, but I have some issues in my [swagger2markup-gradle-plugin](https://github.com/Swagger2Markup/swagger2markup-gradle-plugin). I get the following exception: ``` java.lang.RuntimeException:...

We should automatically add the following id generator settings to the header (directly below the title or the first line if there is no title) of generated documents: ``` :idprefix:...

enhancement

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.3 Release Notes - Maven GPG Plugin - Version 3.2.3 [MGPG-123][MGPG-124] - Dependency upgrades (#93) @​cstamas [MGPG-120] -...

dependencies
java

```md This function can be used on a `Configuration` or `Provider` thereof to get a `Provider` with the platform-dependent artifacts for the operating system given as argument. ``` is translated...

If you convert foo ```kotlin println("bar") ``` baz ```kotlin println("bam") ``` the expected result is ```adoc foo [source,kotlin] ---- println("bar") ---- baz [source,kotlin] ---- println("bam") ---- ``` but what you...

If you transform this: ```md - foo - bar - baz bam boo - bae ``` you end up with ```adoc * foo ** bar *** baz bam boo -...

If you transform ```md - foo - bar baz ``` this currently ends up as ```adoc * foo ** bar baz ``` which feels a bit unnice. Imho it should...

waiting for feedback

In some cases code span marker need to be doubled in AsciiDoc. When for example transforming `` `RegularFile`s ``, it must be transformed to ` ``RegularFile``s `, or it is...

waiting for feedback