issues
search
paranext
/
paranext-core
Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17
stars
2
forks
source link
Updated markdown renderer, added localhost:* to CSP connect-src
#1310
Closed
tjcouch-sil
closed
1 week ago
tjcouch-sil
commented
1 week ago
Added
localhost:*
to support local servers - thanks @hahn-kev for testing this out for us!
Updated markdown renderer to latest in attempt to fix
https://github.com/quantizor/markdown-to-jsx/issues/608
Added
anchorTarget
prop to markdown renderer to enable people to choose to set to
_blank
. We can always change this decision later (make it default?), but I figured I'd just throw something in as a first step for now. See #1266
This change is
localhost:*
to support local servers - thanks @hahn-kev for testing this out for us!anchorTarget
prop to markdown renderer to enable people to choose to set to_blank
. We can always change this decision later (make it default?), but I figured I'd just throw something in as a first step for now. See #1266This change is