-
Notifications
You must be signed in to change notification settings - Fork 3
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
.md passes through handler, but displays a **blank page** on the browser side. #2
Comments
ps - should we add a mime type of text/html in IIS for .md files as well? I did -- but without effect. |
This might be the opera warning source: https://strapdownjs.com gives: This Connection is Untrusted You have asked Pale Moon to connect securely to strapdownjs.com, but we can't confirm that your connection is secure. Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified. |
https://strapdownjs.com has a wrong certificate: This sounds like a Github pages configuration issue in strapdown project. I have submitted an issue for this: arturadib/strapdown#92 |
Yes, leave it open. I copied strapdown.js directly into the .md stream; the .md contains only this: tester test!This is what markdown looks like to others |
|
I have added a test project in test.
The markdown is displayed as expected. |
https://strapdownjs.com have resolved issue arturadib/strapdown#92. Can you test again, please? |
.md passes through handler, but displays a blank page on the browser side.
It is correctly wrapping the .md text; as view source on the browser shows.
<xmp theme="united" style="display:none;">... md stuff here
</xmp><script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
Same behavior on:
OS = Windows Server 2008
The text was updated successfully, but these errors were encountered: