Markdown render
See original GitHub issueℹ️ Update:
- Some issues aren’t related to the markdown component but it’s mostly css
- Tables aren’t shown correctly on publish and need a custom style. https://github.com/lbryio/lbry-app/issues/1179#issuecomment-382734956
The Issue
Markdown render is missing appropriate css
styles, for blockquotes, links, code…
Also some features like headings are disabled but still available in the editor.
Steps to reproduce
- Go to a claim page.
- See description.
Expected behaviour
Display markdown correctly.
Actual behaviour
Description appears like plain text.
Notes
There are some issues with the markdown component, see: https://github.com/lbryio/lbry-app/pull/1023#issuecomment-367543526
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
StackEdit – In-browser Markdown editor
Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
Read more >Getting Started | Markdown Guide
According to Gruber, Markdown syntax is designed to be readable and unobtrusive, so the text in Markdown files can be read even if...
Read more >Markdown editing with Visual Studio Code
Working with Markdown files in Visual Studio Code is simple, straightforward, and fun. Besides VS Code's basic editing, there are a number of...
Read more >Online Markdown Editor - Dillinger, the Last Markdown Editor ...
Dillinger is an online cloud based HTML5 filled Markdown Editor. Sync with Dropbox, Github, Google Drive or OneDrive. Convert HTML to Markdown.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tzarebczan @seanyesmunt This looks more easy to integrate: https://github.com/mapbox/remark-react
@btzr-io have you checked out https://github.com/mdx-js/mdx ? @seanyesmunt recently brought it up.