fleshing out the sound documentation

This commit is contained in:
2023-08-19 13:44:01 +02:00
parent 41cf5e73c6
commit 117d4e6b9a
2 changed files with 54 additions and 45 deletions

View File

@ -37,6 +37,10 @@ const classMap = {
code: "my-4 block whitespace-pre overflow-x-scroll",
icode: "my-4 text-white font-mono bg-neutral-600",
blockquote: "text-neutral-200 border-l-4 border-neutral-500 pl-4 my-4 mx-4",
table: "justify-center my-8 mx-8 text-2xl w-full text-left text-white border-collapse",
thead: "text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400",
th: "px-6 py-6",
td: "py-2"
}
// const bindings = Object.keys(classMap)
// .map(key => ({