You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Tonours Hi. I debated whether to call this a bug or feature request -- called it a bug. I know your PR has been sitting around for a while, but I am still debating whether there is a cleaner way we can accomplish it. But, maybe we just have to go with it.
Is this a bug report?
Yes, when markdown files are generated to html one we expect that it will include a doctype for the generated file.
Environment
OS: OSX 10.12.6
Node: 8.9.3
Npm: 5.5.1
Yarn: 1.3.2
Steps to Reproduce
./website
runyarn install && yarn build
./website/build/*.html
Expected Behavior
When build markdown to html files, html files should have a doctype.
Actual Behavior
When markdown files are generated to html one we expect that it will include a doctype for the generated file.
Reproducible Demo
Go to https://docusaurus.io/ and view source.
The text was updated successfully, but these errors were encountered: