Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started simple markdown doesn't work #473

Open
ryust opened this issue Apr 12, 2024 · 0 comments
Open

Getting Started simple markdown doesn't work #473

ryust opened this issue Apr 12, 2024 · 0 comments

Comments

@ryust
Copy link

ryust commented Apr 12, 2024

I cannot get the following sample to work. The code below does not show emphasized text in the toast. What's needed to get this to work?

Markwon markwon = Markwon.create(context);
Spanned markdown = markwon.toMarkdown("Hello there!");
Toast.makeText(context, markdown, Toast.LENGTH_LONG).show();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant