qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

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

Open ipcjs opened 1 year ago

ipcjs commented 1 year ago

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
Deracination commented 7 months ago

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.