We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf290bb + 65d628f commit e07aae3Copy full SHA for e07aae3
frontend/src/utils/index.js
@@ -233,9 +233,9 @@ export function getEditorTools() {
233
},
234
github: true,
235
slides: {
236
- regex: /https:\/\/docs\.google\.com\/presentation\/d\/e\/([A-Za-z0-9_-]+)\/pub/,
+ regex: /https:\/\/docs\.google\.com\/presentation\/d\/([A-Za-z0-9_-]+)\/pub/,
237
embedUrl:
238
- 'https://docs.google.com/presentation/d/e/<%= remote_id %>/embed',
+ 'https://docs.google.com/presentation/d/<%= remote_id %>/embed',
239
html: "<iframe style='width: 100%; height: 30rem; border: 1px solid #D3D3D3; border-radius: 12px; margin: 1rem 0' frameborder='0' allowfullscreen='true'></iframe>",
240
241
drive: {
0 commit comments