-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_remark.html
More file actions
90 lines (74 loc) · 3.72 KB
/
Copy pathtest_remark.html
File metadata and controls
90 lines (74 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="slides.css"/>
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
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">
class: center, middle
# Title
---
# Agenda
1. Introduction
2. Deep-dive优酷懂你
3. ...
---
# Introduction
.pull-left[
remark-latest
]
.pull-right[
- **test**
]
---
## test
.small[
<pre>
<span style="color:red;font-weight:bold;">Ansi Html Adapter</span> Version 0.4.8.0
<span style="font-weight:bold;">aha</span> takes SGR-colored Input and prints W3C conform HTML-Code
use: <span style="font-weight:bold;">aha</span> <<span style="text-decoration:underline;">options</span>> [<span style="text-decoration:underline;">-f file</span>]
<span style="font-weight:bold;">aha</span> (<span style="text-decoration:underline;">--help</span>|<span style="text-decoration:underline;">-h</span>|<span style="text-decoration:underline;">-?</span>)
<span style="font-weight:bold;">aha</span> reads the Input from a file or stdin and writes HTML-Code to stdout
<span style="text-decoration:underline;">options</span>: --black, -b: <span style="color:dimgray;font-weight:bold;"></span><span style="color:dimgray;background-color:white;font-weight:bold;">Black</span> Background and <span style="color:white;font-weight:bold;">White</span> "standard color"
--pink, -p: <span style="color:fuchsia;font-weight:bold;">Pink</span> Background
--stylesheet, -s: Use a stylesheet instead of inline styles
--iso X, -i X: Uses ISO 8859-X instead of utf-8. X must be 1..16
--title X, -t X: Gives the html output the title "X" instead of
"stdin" or the filename
--line-fix, -l: Uses a fix for inputs using control sequences to
change the cursor position like htop. It's a hot fix,
it may not work with any program like htop. Example:
<span style="font-weight:bold;">echo</span> q | <span style="font-weight:bold;">htop</span> | <span style="font-weight:bold;">aha</span> -l > htop.htm
--word-wrap, -w: Wrap long lines in the html file. This works with
CSS3 supporting browsers as well as many older ones.
--no-header, -n: Don't include header into generated HTML,
useful for inclusion in full HTML files.
Example: <span style="font-weight:bold;">aha</span> --help | <span style="font-weight:bold;">aha</span> --black > aha-help.htm
Writes this help text to the file aha-help.htm
Copyleft <span style="color:lime;font-weight:bold;">Alexander Matthes</span> aka <span style="text-decoration:underline;">Ziz</span> 2015
<span style="color:aqua;text-decoration:blink;">zizsdl@googlemail.com</span>
<span style="color:aqua;text-decoration:blink;">http://ziz.delphigl.com/tool_aha.php</span>
This application is subject to the <span style="color:#3333FF;font-weight:bold;">MPL</span> or <span style="color:#3333FF;font-weight:bold;">LGPL</span>.
</pre>
]
</textarea>
<script src="./remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>