import { GoToArrow } from "components/Icons/GoToArrow"; import { ExternalLinkBlock } from "./ExternalLinkBlock"; import { Separator } from "components/Layout"; export const QuoteEmbedBlockLine = () => { return (
Hello, this is a long quote that I am writing to you! I am so excited that you decided to quote my stuff. I would love to take a moments and just say whatever the heck i feel like. Unforunately for you, it is a rather boring todo list. I need to add an author and pub name, i need to add a back link, and i need to link about text formatting, if we want to handle it.
This was made to be quoted
celine
); }; export const QuoteEmbedBlock = () => { return (
Hello, this is a long quote that I am writing to you! I am so excited that you decided to quote my stuff. I would love to take a moments and just say whatever the heck i feel like. Unforunately for you, it is a rather boring todo list. I need to add an author and pub name, i need to add a back link, and i need to link about text formatting, if we want to handle it.

This was made to be quoted and if it's very long, to truncate
lab.leaflet.pub
celine
); };