Added simple MD support for sidenote content
This commit is contained in:
@@ -17,7 +17,7 @@ export function Row({ style, children }: RowProps) {
|
||||
<div
|
||||
className={`${styles.row}`}
|
||||
style={{
|
||||
gridTemplateColumns: `repeat(${style.cols}, 1 fr)`,
|
||||
gridTemplateColumns: `repeat(${style.cols}, 1fr)`,
|
||||
gap: `${style.gap}`,
|
||||
alignItems: `${style.align}`,
|
||||
justifyContent: `${style.justify}`,
|
||||
|
||||
Reference in New Issue
Block a user