1
1
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Bill Ewanick 0e009354bc formatting 2023-10-23 18:32:34 -04:00
Bill Ewanick e4265cefa5 Spelling 2023-10-23 18:30:51 -04:00
2 changed files with 10 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"cSpell.words": [
"pandoc",
"photoframe"
]
}

View File

@ -24,11 +24,15 @@ template:
pandoc: pandoc:
rewriteClass: rewriteClass:
prose: max-w-prose mx-auto prose: max-w-prose mx-auto
# Centered photo # Centered photo
photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center
# Photo floating to right # Photo floating to right
photoframe: w-full sm:w-64 float-right sm:ml-2 mb-2 sm:mb-0 border-2 p-1 bg-gray-50 photoframe: w-full sm:w-64 float-right sm:ml-2 mb-2 sm:mb-0 border-2 p-1 bg-gray-50
# Content immediately following a right-floated photo # Content immediately following a right-floated photo
photoframe-below: clear-right photoframe-below: clear-right
page-note: text-sm text-gray-600 flex items-center justify-center my-4 italic page-note: text-sm text-gray-600 flex items-center justify-center my-4 italic
editor-note: text-gray-500 text-sm editor-note: text-gray-500 text-sm