Skip to content

Commit c901cd9

Browse files
Remove Youtube tag and related code
1 parent ec46043 commit c901cd9

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

apps/demo/src/lib/Tags.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
export { default as CTA } from './tags/CTA.svelte';
66
export { default as Matrix } from './tags/Matrix.svelte';
77
export { default as Matrix_Item } from './tags/MatrixItem.svelte';
8-
export { default as Youtube } from './tags/Youtube.svelte';
98
</script>

apps/demo/src/routes/playground/tags/+page.markdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
{% multiply a=3 b=8 /%}
44

55
{% types string="lorem ipsum" number=123 boolean=true /%}
6-
7-
{% youtube src="https://www.youtube-nocookie.com/embed/5NtrYks2dqE?si=0vjkBCZYg8yf2GUW" thumbnail="/images/blog/a-recap-of-init/thumbnails/thumbnail-1.png" /%}

packages/process/src/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export function get_component_vars(
291291
}
292292
},
293293
});
294-
if (path.toLowerCase().includes('youtube')) console.log(props);
294+
295295
return props;
296296
}
297297

0 commit comments

Comments
 (0)