JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

README.md: Java example doesn't compile #87

Open hgjd opened 3 years ago

hgjd commented 3 years ago

Besides the String variable being called text instead of src on line 3, the generateHtml method on line 4 uses default parameters that have to be explicitly added when calling it from Java code.