diff --git a/components/ui/markdown.tsx b/components/ui/markdown.tsx index fe9305b..08082ee 100644 --- a/components/ui/markdown.tsx +++ b/components/ui/markdown.tsx @@ -692,7 +692,7 @@ const REACT_MARKDOWN_CONFIG = (darkMode: boolean): CustomComponents => ({ ol: ({ ordered, ...props }) => createMarkdownElement(ordered ? "ol" : "ul", { className: - "list-decimal text-tuatara-600 font-sans text-lg font-normal mt-3 dark:text-tuatara-200", + "ml-6 list-decimal text-tuatara-600 font-sans text-lg font-normal mt-3 dark:text-tuatara-200", ...props, }), table: Table, @@ -826,6 +826,11 @@ const REACT_MARKDOWN_CONFIG = (darkMode: boolean): CustomComponents => ({ "w-auto w-auto mx-auto rounded-lg object-cover dark:bg-white dark:p-3", ...props, }), + blockquote: ({ children }) => ( +
+ {children} ++ ), "footnote-ref": ({ identifier, label }) => { const handleClick = useCallback( (e: React.MouseEvent) => { diff --git a/content/articles/privacy-experience-report.md b/content/articles/privacy-experience-report.md index b2b6686..b527ffa 100644 --- a/content/articles/privacy-experience-report.md +++ b/content/articles/privacy-experience-report.md @@ -274,7 +274,7 @@ Fluidkey UI → Frame privacy as _trustable infrastructure_ — emphasizing stability, safety, and proof over abstraction. -## Map to p**ain points vs opportunities and provide design suggestions** +## Map to pain points vs opportunities and provide design suggestions _Summarize the themes we identified as pain points and opportunities_ diff --git a/public/articles/a-trustless-and-simple-14k-tps-payment-l2-from-plasma-and-client-side-proving/image.png b/public/articles/a-trustless-and-simple-14k-tps-payment-l2-from-plasma-and-client-side-proving/image.png new file mode 100644 index 0000000..be99480 Binary files /dev/null and b/public/articles/a-trustless-and-simple-14k-tps-payment-l2-from-plasma-and-client-side-proving/image.png differ