Questions tagged [markwon]

Use this tag for questions related with the markwon dependency to render or edit markdown in Android

Markwon is a markdown library for Android. It parses markdown following commonmark-spec with the help of amazing commonmark-java library and renders result as Android-native Spannables. No HTML is involved as an intermediate step. No WebView is required. It's extremely fast, feature-rich and extensible.

4 questions
2
votes
2 answers

Markwon linkify in a composable Text

In Android using jetpack-compose, is there currently a way to display a text containing links in a @Composable Text? In legacy TextView, we used Markwon with linkify plugin. Markwon creates a Spanned object that we can set into the TextView's…
gpo
  • 3,388
  • 3
  • 31
  • 53
1
vote
1 answer

Markdown how to change the default Text size Android Markwon

Where can I set the configuration to set a custom font and text size for "regular text" while rendering Markdown with the Markwon dependency? Setting custom multipliers for the headings and setting the codeBlock text sizes don't work. Neither works…
Some random IT boy
  • 7,569
  • 2
  • 21
  • 47
0
votes
0 answers

How to render and display emoji in in ngx-toastr notification?

I use ngx-toastr in an angular app to pass and display a notification to the end user. The notification messages are provided by a back-end after a HTTP Request. Some of the returned notifications are in markdown format and they contain emojis. Am…
k.vincent
  • 3,743
  • 8
  • 37
  • 74
0
votes
1 answer

Markwon: list bullet size / style?

I'm trying to use the Markwon markdown library. https://noties.io/Markwon/ On my screen, list bullets are rendering too large. (And also not centered). I'm wondering if there's a way to style the bullets?
Jeffrey Blattman
  • 22,176
  • 9
  • 79
  • 134