-
Notifications
You must be signed in to change notification settings - Fork 249
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
Documentation does not describe how to use Markdown feature #808
Comments
Hi, and thanks for the report! I agree that the feature (and the entire Your usage look reasonable though, so I'll need to investigate what's going on. Either the license is not actually proper markdown, or the markdown parser is somehow failing here, or we're not properly handling the events it reports (most likely). Do you have a link to the |
Indeed, newlines around heading and code blocks was incorrectly generated for markdown events. This should now be fixed in the latest commit.
|
Thanks for getting back to this. This is the Markdown I used:
|
Cursive does have a
markdown
feature flag, but it is not documented how to display Markdown e.g. in a TextView.There is also no example code.
This is what I have come up with so far:
The output is not styled, it is rather garbled, as it strips newlines, see screenshot: The '## Overview' heading should really start on a new line.
The text was updated successfully, but these errors were encountered: