Skip to content

Instantly share code, notes, and snippets.

@alebaffa
Last active October 9, 2016 20:48
Show Gist options
  • Save alebaffa/35267e8d83a380d4ec071faf95cc356c to your computer and use it in GitHub Desktop.
Save alebaffa/35267e8d83a380d4ec071faf95cc356c to your computer and use it in GitHub Desktop.
String text = "Hello";
ReaderFactory readerFactory = new StringReaderFactory(text);
HtmlTextConverter converter = new HtmlTextConverter(readerFactory);
assertThat(converter.convertToHtml(), is("Hello<br />"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment