qjebbs/vscode-markdown-extended

Nothing is rendered when using reference-style in Markdown and the html5-embed plugin is enabled

ipcjs opened this issue · 1 comments

ipcjs commented

Nothing is rendered when using reference-style link in Markdown and the html5-embed plugin is enabled. Instead, an error message is printed in Extension Host.

test.md

# title

[PlacesService]
[Autocomplete]
end

[PlacesService]: src/map/map/extra/places-service.ts
[Autocomplete]: src/map/map/extra/autocomplete.ts

Log

2023-07-25 19:48:01.094 [error] Unexpected token: softbreak

I see the same problem with 'standard' links like this: (google)[https://google.com]

Putting links into a document logs the 'softbreak' error and presents a blank page in the preview

Document renders normally if the html5-embed plugin is disabled.