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

File containing HTML does not render if loaded from command line. #247

Open
tcouey opened this issue Jul 3, 2024 · 0 comments
Open

File containing HTML does not render if loaded from command line. #247

tcouey opened this issue Jul 3, 2024 · 0 comments
Labels

Comments

@tcouey
Copy link

tcouey commented Jul 3, 2024

This is a bit of an edge case, granted, but it is a bug. If I launch Firefox 127 (on Windows 10) from the command line and give it a markdown file to open, it opens the raw file. If I then press F5, it loads the extension and renders properly. Here's the really weird thing, it only happens if the file contains an HTML tag (in this case, a <title> tag). Because of the other issue with HTML, I have the <title> tag as the second line in the file. If the file is just pure markdown, it loads fine from the command line.
Here's a sample that triggers the bug:

# July 3, 2024 (Wednesday)
<title>July 3, 2024 (Wednesday)</title>

## Topic
@simov simov added the firefox label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants