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 1cf6f3b commit d829216Copy full SHA for d829216
browser/components/MarkdownPreview.js
@@ -1126,8 +1126,6 @@ class MarkdownPreview extends React.Component {
1126
const isStartWithHash = rawHref[0] === '#'
1127
const { href, hash } = parser
1128
1129
- if (!rawHref) return // not checked href because parser will create file://... string for [empty link]()
1130
-
1131
const linkHash = hash === '' ? rawHref : hash // needed because we're having special link formats that are removed by parser e.g. :line:10
1132
1133
const extractIdRegex = /file:\/\/.*main.?\w*.html#/ // file://path/to/main(.development.)html
0 commit comments