Open rdhauwe opened 11 years ago
Markdown format is now supported and a bit cleaner:
/**
* In case the conditions and obligations of the EUPL are not suitable for
* your intended use, please [contact us](/contact.whizu) to see how we can
* better support your needs with a more permissive or a commercial license
* under a dual licensing scheme.
*/
@Markdown
private String contentWithHyperlink;
Also with @Markdown it must however be possible to define and manage hyperlinks just once.
/**
* Whizu is open source software available for free [download]({}) and for
* free use under the terms of the European Union Public License.
*/
@Markdown
public String about;
What would be a cool API to inject the hyperlink into the markdown content?
e.g. org.whizu.tutorial.website.About.java
Consider e.g. the following possible solution:
Or alternatively: