add pullreq demo
This commit is contained in:
parent
b006c2e272
commit
177fedeefd
|
@ -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.
|
||||
|
|
|
@ -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>
|
|
@ -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
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue