Support Figma embeds
This commit is contained in:
parent
ba7d0f45db
commit
3255806891
|
@ -40,6 +40,11 @@ const embedPatterns: EmbedPattern[] = [
|
||||||
rewrite: (id) =>
|
rewrite: (id) =>
|
||||||
`<iframe src="https://www.metaculus.com/questions/embed/${id}"></iframe>`,
|
`<iframe src="https://www.metaculus.com/questions/embed/${id}"></iframe>`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
regex: /^(https?:\/\/www\.figma\.com\/(?:file|proto)\/[^\/]+\/[^\/]+)/,
|
||||||
|
rewrite: (url) =>
|
||||||
|
`<iframe src="https://www.figma.com/embed?embed_host=manifold&url=${url}"></iframe>`,
|
||||||
|
},
|
||||||
// Twitch is a bit annoying, since it requires the `&parent=DOMAIN` to match
|
// Twitch is a bit annoying, since it requires the `&parent=DOMAIN` to match
|
||||||
{
|
{
|
||||||
// Twitch: https://www.twitch.tv/videos/1445087149
|
// Twitch: https://www.twitch.tv/videos/1445087149
|
||||||
|
|
Loading…
Reference in New Issue
Block a user