[ https://issues.apache.org/jira/browse/FLINK-9792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538988#comment-16538988 ]
Chesnay Schepler commented on FLINK-9792: ----------------------------------------- For starters I would probably go with a simple DSL: {code} Description.builder() .text("hello world") .list("item 1", "item2" link("woop")) .text("foo") .linebreak() .text("bar") .build() {code} > Cannot add html tags in options description > ------------------------------------------- > > Key: FLINK-9792 > URL: https://issues.apache.org/jira/browse/FLINK-9792 > Project: Flink > Issue Type: Bug > Components: Documentation > Affects Versions: 1.5.1, 1.6.0 > Reporter: Dawid Wysakowicz > Assignee: Dawid Wysakowicz > Priority: Major > > Right now it is impossible to add any html tags in options description, > because all "<" and ">" are escaped. Therefore some links there do not work. -- This message was sent by Atlassian JIRA (v7.6.3#76005)