fix: Enable embeds within HTML and PDF exports (#6290)

This commit is contained in:
Tom Moor
2023-12-14 21:52:51 -05:00
committed by GitHub
parent c40ab288fa
commit bd65a4f151
101 changed files with 420 additions and 2276 deletions

View File

@@ -29,10 +29,4 @@ function Gist(props: Props) {
);
}
Gist.ENABLED = [
new RegExp(
"^https://gist\\.github\\.com/([a-zA-Z\\d](?:[a-zA-Z\\d]|-(?=[a-zA-Z\\d])){0,38})/(.*)$"
),
];
export default Gist;