-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Blog feed fixes #370 #407
Blog feed fixes #370 #407
Conversation
@tom-auger Thanks for this pull request Tom! I am bringing @hramos into this review since he brought Remarkable into our codebase and he also has an outstanding issue of #403 which this PR may resolve. |
@tom-auger Btw, what was the impetus into splitting the current I think that might be ok and maybe even the right thing to do, but wanted to get your input on your motivation there. |
The main reason I split it up was that the Remarkable However, having done this there are now two components for rendering markdown: I'm also unsure about my change in
On the other hand using React to essentially wrap and unwrap some html is perhaps a bit overkill. Apologies for the long reply! I'm happy to make changes, let me know what you think. |
Pull request |
@tom-auger Hi. I like your rationale. I am good with this PR. Re: your change in |
Great, thanks! |
Motivation
Fix bug detailed in issue #370
Closes #370
Test Plan
The test docusaurus website has a blog post with a description containing HTML.
http://localhost:3000/blog/feed.xml
andhttp://localhost:3000/blog/atom.xml
) now have the description in HTML rather than markdown.Related PRs
None