[settings-view] Don’t display heading anchor icons within a README

This commit is contained in:
Andrew Dupont 2024-01-31 23:05:18 -08:00
parent ca25930510
commit b3b16010fa

View File

@ -25,8 +25,7 @@ export default class PackageReadmeView {
const markdownOpts = { const markdownOpts = {
breaks: false, breaks: false,
taskCheckboxDisabled: true, taskCheckboxDisabled: true
useGitHubHeadings: true
}; };
if (readmeIsLocal) { if (readmeIsLocal) {