Answer the question
In order to leave comments, you need to log in
How to output code using Markdown on Android?
I use Markdown in my project.
And I can't get the syntax highlighting code out.
I do it like this:
MarkdownView markdownView = (MarkdownView) findViewById(R.id.markdownView);
markdownView.loadMarkdown("`var s = 1`");
MarkdownView markdownView = (MarkdownView) findViewById(R.id.markdownView);
markdownView.loadMarkdown("var s = 1");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question