A very popular way to render HTML is from something called Markdown. I want to support markdown by using AdditionalJar, can that work?
Normally markdown is implemented like:
MarkdownView markdownView = new MarkdownView(this);setContentView(markdownView);
Can we di this by using Javaobject and AdditionalJar?
More info here: https://github.com/Gunio/MarkdownView
Normally markdown is implemented like:
MarkdownView markdownView = new MarkdownView(this);setContentView(markdownView);
Can we di this by using Javaobject and AdditionalJar?
More info here: https://github.com/Gunio/MarkdownView