eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

[23] JEP 467: Render markdown doc comments #1586

Closed jjohnstn closed 1 month ago

jjohnstn commented 1 month ago

Reverts eclipse-jdt/eclipse.jdt.ui#1585

add dependency org.commonmark incl. extension for tables use it for rendering markdown variant is detected by inspecting the raw javadoc text, might be replaced by new API in DOM minimal tests incl. examples from the specification in https://openjdk.org/jeps/467

fixes https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/1472

stephan-herrmann commented 1 month ago

Fresh start in #1587