Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ipcjs opened this issue Jul 25, 2023 · 1 comment

Comments

@ipcjs
Copy link

ipcjs commented Jul 25, 2023

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants