UNPKG

react-native-md-webview

Version:

A webview for rendering markdown via showdown.

6 lines (5 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = "\n<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"initial-scale=1, maximum-scale=1\">\n <title></title>\n <style type=\"text/css\">$css</style>\n </head>\n <body>$body</body>\n</html>\n";