/** * Copyright (c) 2023-present, NDLA. * * This source code is licensed under the GPLv3 license found in the * LICENSE file in the root directory of this source tree. * */ import { Meta, StoryFn, StoryObj } from "@storybook/react"; import { IconButtonV2 } from "@ndla/button"; import { DeleteForever } from "@ndla/icons/editor"; import Codeblock from "./Codeblock"; export default { title: "Components/Codeblock", component: Codeblock, tags: ["autodocs"], parameters: { inlineStories: true, }, args: { title: "Codeblock", format: "html", highlightedCode: `<div class="demo-content"> <h2>Lorem ipsum</h2> <p> <b>Lorem ipsum</b><br/> <span>is simply dummy text of the printing and typesetting industry</span> </p> <p> <b>Lorem ipsum</b><br/> <span>is simply dummy text of the printing and typesetting industry</span> </p> <p> <b>Lorem ipsum</b><br/> <span>is simply dummy text of the printing and typesetting industry</span> </p> </div>`, code: `
Lorem ipsum
is simply dummy text of the printing and typesetting industry
Lorem ipsum
is simply dummy text of the printing and typesetting industry
Lorem ipsum
is simply dummy text of the printing and typesetting industry