mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #147] Can't preview local image when coordinate with "Markdown All in One" #127
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChildishChange on GitHub (Oct 9, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/147
I installed this two extensions below for markdown writing, both of them are enabled.

When inserting local image, the preview page just can't load the image.
(It works well when inserting picture url :) )
I disabled markdownlint and reload vs code, the preview page just can load the local image.
@ChildishChange commented on GitHub (Oct 9, 2018):
I tried again.
It works well (successfully loaded local and internet images) when disabling either markdown all in one or markdownlint.
However, if I disabled markdown all in one, the preview page just can't render Latex :(
@DavidAnson commented on GitHub (Oct 9, 2018):
What you describe about images not loading sounds like this behavior in the documentation: https://code.visualstudio.com/docs/languages/markdown#_markdown-preview-security
Could you please have a look to see if it is related?
The markdownlint extension does not do anything to modify the document and it is not involved with the Preview window, so I do not think it should be part of this problem.
Sent with GitHawk
@ChildishChange commented on GitHub (Oct 9, 2018):
Thanks for your warming help :) !
I tried but it seems not related to the preview security settings :(
I also raised issue under all-in-one repo.
https://github.com/neilsustc/vscode-markdown/issues/296
They seem to have some clues now :)
Thanks again!
@DavidAnson commented on GitHub (Oct 9, 2018):
Closed as suggested by https://github.com/neilsustc/vscode-markdown/issues/296#issuecomment-428305193
Sent with GitHawk