visuddhinanda 3 anni fa
parent
commit
42363a7d28
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      dashboard/src/components/nut/Home.tsx

+ 3 - 0
dashboard/src/components/nut/Home.tsx

@@ -1,5 +1,6 @@
 import ReactMarkdown from "react-markdown";
 import code_png from "../../assets/nut/code.png";
+import MdView from "../template/MdView";
 import MarkdownForm from "./MarkdownForm";
 import MarkdownShow from "./MarkdownShow";
 
@@ -7,6 +8,8 @@ const Widget = () => {
 	return (
 		<div>
 			<h1>Home</h1>
+			<h2>mardown test</h2>
+			<MdView html="<h1 name='h1'>hello<MdTpl name='term'/></h1>" />
 			<br />
 			<MarkdownShow body="- Hello, **《mint》**!" />
 			<br />