Markdown2/Pro version, Windows 7 PRO SP1
When I choose "Preview Markdown in browser F6" I'm getting an HTML file in the browser which is
flagged as not being HTML.
It starts with
<!DOCTYPE html>
<html>
<head>
but it should be
<!DOCTYPE html>
<html lang="en">
<head>
Next thing that throws an error is the line:
<base href='file:\\\C:\Users\me\Documents\'/>
If the backslashes in the above line are changed to forward slashes '/' , the document is checked as valid HTML in w3C HTML checker.
I'd greatly appreciate if the author could correct this.
--
Christoph