Import upstream changes (7852e13022c9dcfcff5ed54a215c93420349e318)
This commit is contained in:
@@ -27,7 +27,7 @@ const renderExample = ({name, content, collections, page}) => {
|
||||
<a href="${relative(
|
||||
page.url,
|
||||
post.url
|
||||
)}">${post.data.description.replace('<', '<')}</a>
|
||||
)}">${post.data.description.replace(/</g, '<')}</a>
|
||||
</li>
|
||||
`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user