The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: do not render <p> inside FolderContent article (#1044)

it can lead to nested <p>'s which is actually [invalid html](https://www.w3.org/TR/html401/struct/text.html#h-9.3.1:~:text=The%20P%20element%20represents%20a%20paragraph.%20It%20cannot%20contain%20block%2Dlevel%20elements%20(including%20P%20itself).)

authored by

Hydrophobefireman and committed by
GitHub
aa4f5294 fafe50b0

+1 -3
+1 -3
quartz/components/pages/FolderContent.tsx
··· 47 47 48 48 return ( 49 49 <div class={classes}> 50 - <article> 51 - <p>{content}</p> 52 - </article> 50 + <article>{content}</article> 53 51 <div class="page-listing"> 54 52 {options.showFolderCount && ( 55 53 <p>