markdown-ui 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,24 @@
1
- <!DOCTYPE html>
2
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
- <meta charset="utf-8" />
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
8
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.css" />
9
- <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
10
- <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.js"></script>
11
- <!--[if lt IE 9]>
1
+ <!doctype html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
8
+
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.css">
10
+ <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
11
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.js"></script>
12
+
13
+ <!--[if lt IE 9]>
12
14
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
15
  <![endif]-->
14
- <style>
15
- <![CDATA[
16
+ <style>
16
17
  code { white-space:pre }
17
- ]]>
18
- </style>
19
- </head>
20
- <body>
18
+ </style>
19
+ </head>
20
+
21
+ <body>
21
22
  <div class="ui container">
22
23
  <div class="ui inverted segment">
23
24
  <div class="ui inverted menu">
@@ -67,6 +68,34 @@
67
68
  <a class="ui item" href="button.html#disabled">Disabled</a>
68
69
  ,
69
70
  <a class="ui item" href="button.html#loading">Loading</a></div>
71
+ <!-- -->
72
+ <div class="ui column"><h3 class="ui header"><a class="ui item" href="button.html#variations">Variations</a></h3><a class="ui item" href="button.html#social">Social</a>
73
+ ,
74
+ <a class="ui item" href="button.html#size">Size</a>
75
+ ,
76
+ <a class="ui item" href="button.html#colored">Colored</a>
77
+ ,
78
+ <a class="ui item" href="button.html#compact">Compact</a>
79
+ ,
80
+ <a class="ui item" href="button.html#positive">Positive</a>
81
+ ,
82
+ <a class="ui item" href="button.html#negative">Negative</a>
83
+ ,
84
+ <a class="ui item" href="button.html#fluid">Fluid</a>
85
+ ,
86
+ <a class="ui item" href="button.html#circular">Circular</a>
87
+ ,
88
+ <a class="ui item" href="button.html#vertically-attached">Vertically Attached</a>
89
+ ,
90
+ <a class="ui item" href="button.html#horizontally-attached">Horizontally Attached</a></div>
91
+ <!-- -->
92
+ <div class="ui column"><h3 class="ui header"><a class="ui item" href="button.html#group-variations">Group Variations</a></h3><a class="ui item" href="button.html#vertical-buttons">Vertical Buttons</a>
93
+ ,
94
+ <a class="ui item" href="button.html#icon-buttons">Icon Buttons</a>
95
+ ,
96
+ <a class="ui item" href="button.html#labeled-icon-buttons">Labeled Icon Buttons</a>
97
+ ,
98
+ <a class="ui item" href="button.html#mixed-group">Mixed Group</a></div>
70
99
  </div>
71
100
  </div>
72
101
  </div>
@@ -44,3 +44,27 @@
44
44
  > > > > [Active](button.html#active),
45
45
  > > > > [Disabled](button.html#disabled),
46
46
  > > > > [Loading](button.html#loading)
47
+ > > >
48
+ > > > <!-- -->
49
+ > > >
50
+ > > > > Column:
51
+ > > > > ### [Variations](button.html#variations)
52
+ > > > > [Social](button.html#social),
53
+ > > > > [Size](button.html#size),
54
+ > > > > [Colored](button.html#colored),
55
+ > > > > [Compact](button.html#compact),
56
+ > > > > [Positive](button.html#positive),
57
+ > > > > [Negative](button.html#negative),
58
+ > > > > [Fluid](button.html#fluid),
59
+ > > > > [Circular](button.html#circular),
60
+ > > > > [Vertically Attached](button.html#vertically-attached),
61
+ > > > > [Horizontally Attached](button.html#horizontally-attached)
62
+ > > >
63
+ > > > <!-- -->
64
+ > > >
65
+ > > > > Column:
66
+ > > > > ### [Group Variations](button.html#group-variations)
67
+ > > > > [Vertical Buttons](button.html#vertical-buttons),
68
+ > > > > [Icon Buttons](button.html#icon-buttons),
69
+ > > > > [Labeled Icon Buttons](button.html#labeled-icon-buttons),
70
+ > > > > [Mixed Group](button.html#mixed-group)
@@ -1,23 +1,24 @@
1
- <!DOCTYPE html>
2
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
- <meta charset="utf-8" />
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
8
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.css" />
9
- <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
10
- <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.js"></script>
11
- <!--[if lt IE 9]>
1
+ <!doctype html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
8
+
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.css">
10
+ <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
11
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.js"></script>
12
+
13
+ <!--[if lt IE 9]>
12
14
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
15
  <![endif]-->
14
- <style>
15
- <![CDATA[
16
+ <style>
16
17
  code { white-space:pre }
17
- ]]>
18
- </style>
19
- </head>
20
- <body>
18
+ </style>
19
+ </head>
20
+
21
+ <body>
21
22
  <div class="ui container">
22
23
  <div class="ui inverted segment">
23
24
  <div class="ui inverted menu">
@@ -44,18 +45,25 @@ Markdown-UI uses <a class="ui item" href="http://www.semantic-ui.com">Semantic-U
44
45
  syntax and framework, and ruby <code>redcarpet</code> library.
45
46
  Credit goes to the people behind these wonderful framework and libraries.<h2 class="ui header">Source</h2>
46
47
  This document is written entirely in Markdown-UI. see: <a class="ui item" href="https://github.com/jjuliano/markdown-ui/tree/master/website">the source files</a>
47
- <h2 id="issues-bugs" class="ui header">Issues/Bugs</h2>
48
- <ul class="ui unordered list"><li>Ongoing support for Semantic-UI elements/modules/components</li><li>The Colon (:) character will be parsed when used inside a text, needs post-processing to dislay correctly (for URLs)</li><li>A separator in between two spaces is required on block elements to separate elements (see Column example)</li></ul></div>
48
+ <h2 id="issues-bugs" class="ui header">Notes/Issues/Bugs</h2>
49
+ <ul class="ui unordered list"><li>Ongoing support for Semantic-UI elements/modules/components</li><li>The Colon (:) character will be parsed when used inside a text, needs post-processing to dislay correctly (for URLs)</li><li>A separator in between two spaces is required on block elements to separate elements (see Column example)</li><li>Some elements requires custom javascripts (ie toggle button) in order to display and format them properly. Those elements will not be supported by Markdown-UI.</li></ul></div>
49
50
  <!-- -->
50
51
  <div class="ui column">
51
52
  <div class="ui inverted very padded segment">
52
53
  <code>&gt; Pointing Menu:</code>
53
- <br /><code>&gt; [Home](#root "active")</code>
54
- <br /><code>&gt; [Messages](#messages)</code>
55
- <br /><code>&gt; [Friends](#friends)</code>
56
- <br /><code>&gt; &gt; Right Menu:</code>
57
- <br /><code>&gt; &gt; [Logout](#logout)</code>
58
- <br /><br /><code>__Button|Add Friend__</code>
54
+ <br />
55
+ <code>&gt; [Home](#root "active")</code>
56
+ <br />
57
+ <code>&gt; [Messages](#messages)</code>
58
+ <br />
59
+ <code>&gt; [Friends](#friends)</code>
60
+ <br />
61
+ <code>&gt; &gt; Right Menu:</code>
62
+ <br />
63
+ <code>&gt; &gt; [Logout](#logout)</code>
64
+ <br />
65
+ <br />
66
+ <code>__Button|Add Friend__</code>
59
67
  </div>
60
68
  </div>
61
69
  </div>
@@ -68,49 +76,64 @@ This document is written entirely in Markdown-UI. see: <a class="ui item" href="
68
76
  <h5 class="ui header">Button</h5>
69
77
  <div class="ui info message">
70
78
  <code># Short-Hand</code>
71
- <br /><code>__Button|Button Text__</code>
79
+ <br />
80
+ <code>__Button|Button Text__</code>
72
81
  </div>
73
82
  <!-- -->
74
83
  <div class="ui info message">
75
84
  <code># Block Syntax</code>
76
- <br /><code>&gt; Button:</code>
77
- <br /><code>&gt; Button Text</code>
78
- <br /></div>
85
+ <br />
86
+ <code>&gt; Button:</code>
87
+ <br />
88
+ <code>&gt; Button Text</code>
89
+ <br />
90
+ </div>
79
91
  <!-- -->
80
92
  <h5 class="ui header">Container</h5>
81
93
  <div class="ui info message">
82
94
  <code>&gt; Container:</code>
83
- <br /><code>&gt;</code>
84
- <br /></div>
95
+ <br />
96
+ <code>&gt;</code>
97
+ <br />
98
+ </div>
85
99
  <!-- -->
86
100
  <h5 class="ui header">Icon</h5>
87
101
  <div class="ui info message">
88
102
  <code>_Icon &lt;Name&gt;_</code>
89
- <br /></div>
103
+ <br />
104
+ </div>
90
105
  <!-- -->
91
106
  <h5 class="ui header">Segment</h5>
92
107
  <div class="ui info message">
93
108
  <code>&gt; Segment:</code>
94
- <br /><code>&gt;</code>
95
- <br /></div>
109
+ <br />
110
+ <code>&gt;</code>
111
+ <br />
112
+ </div>
96
113
  <!-- -->
97
114
  <h5 class="ui header">Menu</h5>
98
115
  <div class="ui info message">
99
116
  <code>&gt; Menu:</code>
100
- <br /><code>&gt; [Menu Item]</code>
101
- <br /></div>
117
+ <br />
118
+ <code>&gt; [Menu Item]</code>
119
+ <br />
120
+ </div>
102
121
  <!-- -->
103
122
  <h5 class="ui header">List</h5>
104
123
  <div class="ui info message">
105
124
  <code>* List 1</code>
106
- <br /><code>* List 2</code>
107
- <br /></div>
125
+ <br />
126
+ <code>* List 2</code>
127
+ <br />
128
+ </div>
108
129
  <!-- -->
109
130
  <h5 class="ui header">Label</h5>
110
131
  <div class="ui info message">
111
132
  <code>&gt; Label:</code>
112
- <br /><code>&gt; _Mail Icon_ 23</code>
113
- <br /></div>
133
+ <br />
134
+ <code>&gt; _Mail Icon_ 23</code>
135
+ <br />
136
+ </div>
114
137
  <!-- -->
115
138
  </div>
116
139
  </div>
@@ -120,45 +143,66 @@ This document is written entirely in Markdown-UI. see: <a class="ui item" href="
120
143
  <h5 class="ui header">Item</h5>
121
144
  <div class="ui info message">
122
145
  <code>[Item](#URL_ID "class")</code>
123
- <br /></div>
146
+ <br />
147
+ </div>
124
148
  <!-- -->
125
149
  <h5 class="ui header">Message</h5>
126
150
  <div class="ui info message">
127
151
  <code># Short-Hand</code>
128
- <br /><code>__Message|Header:Message Header,Text:Message Text__</code>
129
- <br /></div>
152
+ <br />
153
+ <code>__Message|Header:Message Header,Text:Message Text__</code>
154
+ <br />
155
+ </div>
130
156
  <!-- -->
131
157
  <div class="ui info message">
132
158
  <code># Block Syntax</code>
133
- <br /><code>&gt; Message:</code>
134
- <br /><code>&gt; __Header|Message Header__</code>
135
- <br /><code>&gt; Message Text</code>
136
- <br /></div>
159
+ <br />
160
+ <code>&gt; Message:</code>
161
+ <br />
162
+ <code>&gt; __Header|Message Header__</code>
163
+ <br />
164
+ <code>&gt; Message Text</code>
165
+ <br />
166
+ </div>
137
167
  <!-- -->
138
168
  <h5 class="ui header">Header</h5>
139
169
  <div class="ui info message">
140
170
  <code># H1, ## H2, ### H3, #### H4 ...</code>
141
- <br /></div>
171
+ <br />
172
+ </div>
142
173
  <!-- -->
143
174
  <div class="ui info message">
144
175
  <code># DIV tag header</code>
145
- <br /><code>__Header|A Div Header__</code>
146
- <br /></div>
176
+ <br />
177
+ <code>__Header|A Div Header__</code>
178
+ <br />
179
+ </div>
147
180
  <!-- -->
148
181
  <h5 class="ui header">Column / Grid / Row / Segment / Container</h5>
149
182
  <div class="ui info message">
150
183
  <code>&gt; Grid:</code>
151
- <br /><code>&gt;</code>
152
- <br /><code>&gt; &lt;!-- --&gt;</code>
153
- <br /><code>&gt;</code>
154
- <br /><code>&gt; &gt; Column:</code>
155
- <br /><code>&gt; &gt; Column 1</code>
156
- <br /><code>&gt;</code>
157
- <br /><code>&gt; &lt;!-- --&gt;</code>
158
- <br /><code>&gt;</code>
159
- <br /><code>&gt; &gt; Column:</code>
160
- <br /><code>&gt; &gt; Column 2</code>
161
- <br /></div>
184
+ <br />
185
+ <code>&gt;</code>
186
+ <br />
187
+ <code>&gt; &lt;!-- --&gt;</code>
188
+ <br />
189
+ <code>&gt;</code>
190
+ <br />
191
+ <code>&gt; &gt; Column:</code>
192
+ <br />
193
+ <code>&gt; &gt; Column 1</code>
194
+ <br />
195
+ <code>&gt;</code>
196
+ <br />
197
+ <code>&gt; &lt;!-- --&gt;</code>
198
+ <br />
199
+ <code>&gt;</code>
200
+ <br />
201
+ <code>&gt; &gt; Column:</code>
202
+ <br />
203
+ <code>&gt; &gt; Column 2</code>
204
+ <br />
205
+ </div>
162
206
  <!-- -->
163
207
  </div>
164
208
  </div>
@@ -29,10 +29,11 @@
29
29
  > > > > Credit goes to the people behind these wonderful framework and libraries.
30
30
  > > > > ## Source
31
31
  > > > > This document is written entirely in Markdown-UI. see: [the source files](https://github.com/jjuliano/markdown-ui/tree/master/website)
32
- > > > > ## Issues/Bugs::issues-bugs
32
+ > > > > ## Notes/Issues/Bugs::issues-bugs
33
33
  > > > > * Ongoing support for Semantic-UI elements/modules/components
34
34
  > > > > * The Colon (:) character will be parsed when used inside a text, needs post-processing to dislay correctly (for URL's)"
35
35
  > > > > * A separator in between two spaces is required on block elements to separate elements (see Column example)
36
+ > > > > * Some elements requires custom javascripts (ie toggle button) in order to display and format them properly. Those elements will not be supported by Markdown-UI.
36
37
  > > >
37
38
  > > > <!-- -->
38
39
  > > >
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Bryan Juliano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-12 00:00:00.000000000 Z
11
+ date: 2015-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler