[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

fix: support table attrs in readme (#1329)

authored by

Alex Savelyev and committed by
GitHub
f345226f 6884aac6

+2 -2
+2 -2
server/utils/readme.ts
··· 146 146 'img': ['src', 'alt', 'title', 'width', 'height', 'align'], 147 147 'source': ['src', 'srcset', 'type', 'media'], 148 148 'button': ['class', 'title', 'type', 'aria-label', 'data-copy'], 149 - 'th': ['colspan', 'rowspan', 'align'], 150 - 'td': ['colspan', 'rowspan', 'align'], 149 + 'th': ['colspan', 'rowspan', 'align', 'valign', 'width'], 150 + 'td': ['colspan', 'rowspan', 'align', 'valign', 'width'], 151 151 'h3': ['data-level', 'align'], 152 152 'h4': ['data-level', 'align'], 153 153 'h5': ['data-level', 'align'],