mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-16 23:18:57 +00:00
Dump version of olid-markdown
This commit is contained in:
parent
422a959db5
commit
fb2f3069e7
3 changed files with 43 additions and 553 deletions
|
@ -19,7 +19,7 @@
|
|||
"postcss": "^8.4.47",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"solid-js": "^1.9.1",
|
||||
"solid-markdown": "^2.0.13",
|
||||
"solid-markdown": "^2.0.14",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
|
592
pnpm-lock.yaml
generated
592
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ import { SolidMarkdown } from 'solid-markdown';
|
|||
const MarkdownInner: ParentComponent = (props) => {
|
||||
return (
|
||||
<SolidMarkdown class="text-left markdown" remarkPlugins={[remarkGfm]}>
|
||||
{props.children}
|
||||
{props.children as string}
|
||||
</SolidMarkdown>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue