-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
error in <blockquote> parsing in Markdown #5959
Comments
So it'll be in one of these; probably the first! We can check if they've changed, OR we can check if the container for comments has changed and is no longer getting these styles applied: plots2/app/assets/stylesheets/comments.css Lines 27 to 32 in a3e40c5
plots2/app/assets/stylesheets/style.css Lines 286 to 289 in 63090da
|
This has been marked as a good candidate for becoming a first-timers-only issue like these, meaning that it's simple, self-contained, and with some extra formatting, could be a great entry point for a new contributor. If you're familiar enough with this code, please consider reformatting or reposting it as a first-timers-only issue, and then ping @publiclab/reviewers to get it labelled. Or, if this is not your first time, try to solve it yourself! |
Hi @jywarren, I'm a newbie and would love to take a shot at this issue. May I work on this? |
Go ahead, @enviro3!
|
Oddly it looks like markdown blockquotes are getting converted to
<p>
paragraph tags:this rendered from the Markdown usage:
We may need to look at whether our markdown parser has changed. Oddly the render method in
comment.rb
hasn't for 4 months, so it seems unlikely to be the issue:plots2/app/models/comment.rb
Lines 413 to 425 in 61684ae
This needs some further investigation and we might also link to #3889 !
cc @ebarry
The text was updated successfully, but these errors were encountered: