On 2014-06-08, at 2:23 PM, Stede Troisi wrote:

> I want to write a markdown file in BBEdit, then (hopefully) press a button 
> and get an HTML generated document from the .md file. I know you can preview 
> markdown in a browser, but I don't know how to generate it.

File > Export as HTML...

Unfortunately, you will still need to wrap the generated HTML with a basic 
document structure, for example:

<!DOCTYPE html>
<html lang="en">
<head>
        <meta charset="utf-8" />
        <title>Untitled</title>
</head>
<body>

        [...]

</body>
</html>



g.

......................................................................


Grant Hutchinson

Interface Considerations. Feature Deprecation. Typography. Rawk.

http://splorp.com
http://flickr.com/splorp
http://github.com/splorp
http://twitter.com/splorp



-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

Reply via email to