diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-14 15:07:36 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-14 15:07:36 -0600 |
| commit | 79da78a91055bcf4f91dc3a95569393ae482fae6 (patch) | |
| tree | 8e69e4e6d4feae5ce6c613e926b97a70995d0c2e /lib/views | |
| parent | 99de1b577d4544f00c38ede0c6fdd1448ebbb90d (diff) | |
create markdown server to control rendering of pdf
Diffstat (limited to 'lib/views')
| -rw-r--r-- | lib/views/index.erb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/views/index.erb b/lib/views/index.erb new file mode 100644 index 0000000..52e1a0a --- /dev/null +++ b/lib/views/index.erb @@ -0,0 +1,9 @@ +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title></title> + </head> + <body> + <%= GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, @content) %> + </body> +</html> |
