add pullreq demo

This commit is contained in:
Donggang Cao 2016-06-02 12:37:30 +08:00
parent b006c2e272
commit 177fedeefd
4 changed files with 77 additions and 0 deletions

View File

@ -26,3 +26,6 @@ Source Code: https://github.com/yourname/docklet/
## Summary
```
It is recommended to write markdown that could be interepreted by
remark, please refer the **demo** dir.

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>Pull Request Documentation</title>
<meta charset="utf-8">
<style>
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<!--
<textarea id="source">
</textarea>
-->
<script src="../js/remark.min.js"> </script>
<script>
var slideshow = remark.create({
sourceUrl: 'source.md'
});
</script>
<!--
<script type="text/javascript" src="http://cdn.bootcss.com/mermaid/0.5.8/mermaid.min.js"></script>
<link rel="stylesheet" href="http://cdn.bootcss.com/mermaid/0.5.8/mermaid.min.css">
<script>mermaid.initialize({startOnLoad:true});</script>
-->
</body>
</html>

View File

@ -0,0 +1,26 @@
class: center, middle
# Demo feature name
Author: [Tony](mailto:tony@github.com)
Source Code: https://github.com/tony/docklet/tree/demofeature
---
# Goal
1. goal 1
2. goal 2
---
# Design
architecture
---
# Experiment

16
doc/pullreqexp/js/remark.min.js vendored Normal file

File diff suppressed because one or more lines are too long