We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47885a2 commit 05f65eaCopy full SHA for 05f65ea
src/plugins/ColumnTransformer.ts
@@ -48,7 +48,7 @@ async function notionColumnToMarkdown(
48
)}\n\n</div>` +
49
// Spacer between columns. CSS takes care of hiding this for the last column
50
// and when the screen is too narrow for multiple columns.
51
- `<div className='notion-spacer' />`
+ `<div className='notion-spacer'></div>`
52
);
53
}
54
0 commit comments