diff --git a/helpers/mdFormatter.tsx b/helpers/mdFormatter.tsx new file mode 100644 index 0000000..6550993 --- /dev/null +++ b/helpers/mdFormatter.tsx @@ -0,0 +1,31 @@ +export default { + h1: (props: any) => ( +

+ ), + h2: (props: any) => ( +

+ ), + h3: (props: any) => ( +

+ ), + h4: (props: any) => ( +

+ ), + h5: (props: any) => ( +

+ ), + h6: (props: any) => ( +
+ ), + ul: (props: any) =>