Javadoc Example
When using API documentation generator that does not support markdown output like Javadoc, we can still link from markdown articles by transforming logical references to HTML links.
For example the entrypoint is demo.Main.main
and uses the demo.Greeter.greet
method.
Example linking to a field: demo.Greeter.GREETING
.