UNPKG
react-native-md-webview
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
A webview for rendering markdown via showdown.
react-native-md-webview
/
lib
/
default-html.js
14 lines
(13 loc)
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default `
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"initial-scale=1, maximum-scale=1"
>
<
title
>
</
title
>
<
style
type
=
"text/css"
>
$css
</
style
>
</
head
>
<
body
>
$body
</
body
>
</
html
>
`