import * as React from "react"; import styled from "styled-components"; import { EmbedProps as Props } from "."; const Iframe = styled.iframe` margin-top: 8px; `; function GitLabSnippet(props: Props) { const snippetUrl = new URL(props.attrs.href); const id = snippetUrl.pathname.split("/").pop(); const snippetLink = `${snippetUrl}.js`; const snippetScript = ``; const styles = ""; const iframeHtml = `