Closed jessopb closed 5 years ago
Identify markdown links that point to lbry:// and redirect them optionally to either $host/uri or open.lbry.io/
iframe can be rendered in the current system, but since they're iframes, and styling iframes well typically requires a wrapper, it will take a bit more work. Switching to remark like lbry-desktop uses,an explicit rendering for that tag could be created like is done here with SimpleLink. https://github.com/lbryio/lbry-desktop/blob/f5d762b7181620b31e1f61439367cdccdd0ed412/src/renderer/component/common/markdown-preview.jsx
Investigate default markdown settings / config options.