Skip to content

Commit

Permalink
Merge pull request #1643 from mirsch/export-responsive-html
Browse files Browse the repository at this point in the history
Export responsive html, fixes #1442
  • Loading branch information
Rokt33r committed Mar 7, 2018
2 parents 10f5ad6 + f370508 commit fa1ab04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/MarkdownPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default class MarkdownPreview extends React.Component {
return `<html>
<head>
<meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1, maximum-scale = 1">
<style id="style">${inlineStyles}</style>
${styles}
</head>
Expand Down

0 comments on commit fa1ab04

Please sign in to comment.