markdown-ui 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog +7 -0
- data/TODO.md +17 -3
- data/components/elements/markdown-ui-content/lib/content/item_block.rb +19 -0
- data/exe/markdown-ui +1 -2
- data/lib/markdown-ui.rb +2 -0
- data/lib/markdown-ui/version.rb +1 -1
- data/website/about.html +1 -2
- data/website/about.md +1 -6
- data/website/docs/button.html +1 -17
- data/website/docs/button.md +0 -208
- data/website/docs/container.html +269 -38
- data/website/docs/container.md +188 -102
- data/website/docs/toc.html +4 -2
- data/website/docs/toc.md +2 -10
- data/website/index.html +1 -3
- data/website/index.md +1 -24
- metadata +3 -2
data/website/docs/toc.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
</head>
|
17
17
|
|
18
18
|
<body>
|
19
|
-
|
19
|
+
<div class="ui container">
|
20
20
|
<div class="ui inverted segment">
|
21
21
|
<div class="ui inverted menu">
|
22
22
|
<a class="ui basic item" href="http://jjuliano.github.io/markdown-ui">Markdown UI</a>
|
@@ -113,11 +113,13 @@
|
|
113
113
|
<!-- -->
|
114
114
|
<div class="ui column"><h3 class="ui header"><a class="ui item" href="container.html#variations">Variations</a></h3><a class="ui item" href="container.html#text-alignment">Text Alignment</a>
|
115
115
|
,
|
116
|
+
<a class="ui item" href="container.html#justified-aligned">Justified Aligned</a>
|
117
|
+
,
|
116
118
|
<a class="ui item" href="container.html#fluid">Fluid</a></div>
|
117
119
|
<!-- -->
|
118
120
|
<div class="ui column"><h3 class="ui header"><a class="ui item" href="container.html#examples">Examples</a></h3><a class="ui item" href="container.html#container-using-grids">Container Using Grids</a>
|
119
121
|
,
|
120
|
-
<a class="ui item" href="container.html#centered-
|
122
|
+
<a class="ui item" href="container.html#centered-menu">Centered Menu</a>
|
121
123
|
,
|
122
124
|
<a class="ui item" href="container.html#container-segment">Container Segment</a></div>
|
123
125
|
</div>
|
data/website/docs/toc.md
CHANGED
@@ -9,7 +9,6 @@
|
|
9
9
|
> > > > [Install](../index.html#install)
|
10
10
|
>
|
11
11
|
> <!-- -->
|
12
|
-
>
|
13
12
|
> > Text Container:
|
14
13
|
> > # Table of Contents:Center Aligned
|
15
14
|
> > ## [Button](button.html#button)
|
@@ -25,20 +24,17 @@
|
|
25
24
|
> > > > [Inverted](button.html#inverted)
|
26
25
|
> > >
|
27
26
|
> > > <!-- -->
|
28
|
-
> > >
|
29
27
|
> > > > Column:
|
30
28
|
> > > > ### [Groups](button.html#groups)
|
31
29
|
> > > > [Buttons](button.html#buttons),
|
32
30
|
> > > > [Icon Buttons](button.html#icon-buttons)
|
33
31
|
> > >
|
34
32
|
> > > <!-- -->
|
35
|
-
> > >
|
36
33
|
> > > > Column:
|
37
34
|
> > > > ### [Content](button.html#content)
|
38
35
|
> > > > [Conditionals](button.html#conditionals)
|
39
36
|
> > >
|
40
37
|
> > > <!-- -->
|
41
|
-
> > >
|
42
38
|
> > > > Column:
|
43
39
|
> > > > ### [States](button.html#states)
|
44
40
|
> > > > [Active](button.html#active),
|
@@ -46,7 +42,6 @@
|
|
46
42
|
> > > > [Loading](button.html#loading)
|
47
43
|
> > >
|
48
44
|
> > > <!-- -->
|
49
|
-
> > >
|
50
45
|
> > > > Column:
|
51
46
|
> > > > ### [Variations](button.html#variations)
|
52
47
|
> > > > [Social](button.html#social),
|
@@ -61,7 +56,6 @@
|
|
61
56
|
> > > > [Horizontally Attached](button.html#horizontally-attached)
|
62
57
|
> > >
|
63
58
|
> > > <!-- -->
|
64
|
-
> > >
|
65
59
|
> > > > Column:
|
66
60
|
> > > > ### [Group Variations](button.html#group-variations)
|
67
61
|
> > > > [Vertical Buttons](button.html#vertical-buttons),
|
@@ -74,7 +68,6 @@
|
|
74
68
|
> > > > [Group Sizes](button.html#group-sizes)
|
75
69
|
> >
|
76
70
|
> > <!-- -->
|
77
|
-
> >
|
78
71
|
> > ## [Container](container.html#container)
|
79
72
|
> > > Two Column Doubling Grid Container:
|
80
73
|
> > > > Column:
|
@@ -83,17 +76,16 @@
|
|
83
76
|
> > > > [Text Container](container.html#text-container)
|
84
77
|
> > >
|
85
78
|
> > > <!-- -->
|
86
|
-
> > >
|
87
79
|
> > > > Column:
|
88
80
|
> > > > ### [Variations](container.html#variations)
|
89
81
|
> > > > [Text Alignment](container.html#text-alignment),
|
82
|
+
> > > > [Justified Aligned](container.html#justified-aligned),
|
90
83
|
> > > > [Fluid](container.html#fluid)
|
91
84
|
> > >
|
92
85
|
> > > <!-- -->
|
93
|
-
> > >
|
94
86
|
> > > > Column:
|
95
87
|
> > > > ### [Examples](container.html#examples)
|
96
88
|
> > > > [Container Using Grids](container.html#container-using-grids),
|
97
|
-
> > > > [Centered Menu](container.html#centered-
|
89
|
+
> > > > [Centered Menu](container.html#centered-menu),
|
98
90
|
> > > > [Container Segment](container.html#container-segment)
|
99
91
|
|
data/website/index.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
</head>
|
17
17
|
|
18
18
|
<body>
|
19
|
-
|
19
|
+
<div class="ui container">
|
20
20
|
<div class="ui inverted segment">
|
21
21
|
<div class="ui inverted menu">
|
22
22
|
<a class="ui active basic item" href="http://jjuliano.github.io/markdown-ui">Markdown UI</a>
|
@@ -132,7 +132,6 @@ This document is written entirely in Markdown-UI. see: <a class="ui item" href="
|
|
132
132
|
<code>> _Mail Icon_ 23</code>
|
133
133
|
<br />
|
134
134
|
</div>
|
135
|
-
<!-- -->
|
136
135
|
</div>
|
137
136
|
</div>
|
138
137
|
<!-- -->
|
@@ -201,7 +200,6 @@ This document is written entirely in Markdown-UI. see: <a class="ui item" href="
|
|
201
200
|
<code>> > Column 2</code>
|
202
201
|
<br />
|
203
202
|
</div>
|
204
|
-
<!-- -->
|
205
203
|
</div>
|
206
204
|
</div>
|
207
205
|
</div>
|
data/website/index.md
CHANGED
@@ -9,14 +9,12 @@
|
|
9
9
|
> > > > [Install](#install)
|
10
10
|
>
|
11
11
|
> <!-- -->
|
12
|
-
>
|
13
12
|
> > Inverted Attached Orange Very Padded Segment:
|
14
13
|
> > # Markdown UI
|
15
14
|
> > ### Responsive UI in Markdown
|
16
15
|
> > [__Button|Get Started__](docs/toc.html)
|
17
16
|
>
|
18
17
|
> <!-- -->
|
19
|
-
>
|
20
18
|
> > Basic Attached Segment:
|
21
19
|
> > > Equal Width Grid:
|
22
20
|
> > > > Column:
|
@@ -43,7 +41,6 @@
|
|
43
41
|
> > > >
|
44
42
|
> > >
|
45
43
|
> > > <!-- -->
|
46
|
-
> > >
|
47
44
|
> > > > Column:
|
48
45
|
> > > > > Inverted Very Padded Segment:
|
49
46
|
> > > > > ```> Pointing Menu:``` <br />
|
@@ -56,7 +53,6 @@
|
|
56
53
|
> > > > > ```__Button|Add Friend__```
|
57
54
|
>
|
58
55
|
> <!-- -->
|
59
|
-
>
|
60
56
|
> ##Cheat Sheet:Center Aligned:cheatsheets
|
61
57
|
> > Equal Width Grid:
|
62
58
|
> > > Column:
|
@@ -67,58 +63,47 @@
|
|
67
63
|
> > > > > ``` __Button|Button Text__ ```
|
68
64
|
> > > >
|
69
65
|
> > > > <!-- -->
|
70
|
-
> > > >
|
71
66
|
> > > > > Info Message:
|
72
67
|
> > > > > ``` # Block Syntax ``` <br />
|
73
68
|
> > > > > ``` > Button: ``` <br />
|
74
69
|
> > > > > ``` > Button Text ``` <br />
|
75
70
|
> > > >
|
76
71
|
> > > > <!-- -->
|
77
|
-
> > > >
|
78
72
|
> > > > ##### Container
|
79
73
|
> > > > > Info Message:
|
80
74
|
> > > > > ``` > Container: ``` <br />
|
81
75
|
> > > > > ``` > ``` <br />
|
82
76
|
> > > >
|
83
77
|
> > > > <!-- -->
|
84
|
-
> > > >
|
85
78
|
> > > > ##### Icon
|
86
79
|
> > > > > Info Message:
|
87
80
|
> > > > > ``` _Icon <Name>_ ``` <br />
|
88
81
|
> > > >
|
89
82
|
> > > > <!-- -->
|
90
|
-
> > > >
|
91
83
|
> > > > ##### Segment
|
92
84
|
> > > > > Info Message:
|
93
85
|
> > > > > ``` > Segment: ``` <br />
|
94
86
|
> > > > > ``` > ``` <br />
|
95
87
|
> > > >
|
96
88
|
> > > > <!-- -->
|
97
|
-
> > > >
|
98
89
|
> > > > ##### Menu
|
99
90
|
> > > > > Info Message:
|
100
91
|
> > > > > ``` > Menu: ``` <br />
|
101
92
|
> > > > > ``` > [Menu Item] ``` <br />
|
102
93
|
> > > >
|
103
94
|
> > > > <!-- -->
|
104
|
-
> > > >
|
105
95
|
> > > > ##### List
|
106
96
|
> > > > > Info Message:
|
107
97
|
> > > > > ``` * List 1 ``` <br />
|
108
98
|
> > > > > ``` * List 2 ``` <br />
|
109
99
|
> > > >
|
110
100
|
> > > > <!-- -->
|
111
|
-
> > > >
|
112
101
|
> > > > ##### Label
|
113
102
|
> > > > > Info Message:
|
114
103
|
> > > > > ``` > Label: ``` <br />
|
115
104
|
> > > > > ``` > _Mail Icon_ 23 ``` <br />
|
116
|
-
> > > >
|
117
|
-
> > > > <!-- -->
|
118
|
-
> > > >
|
119
105
|
> >
|
120
106
|
> > <!-- -->
|
121
|
-
> >
|
122
107
|
> > > Column:
|
123
108
|
> > > > Basic Segment:
|
124
109
|
> > > > ##### Item
|
@@ -126,14 +111,12 @@
|
|
126
111
|
> > > > > ``` [Item](#URL_ID "class") ``` <br />
|
127
112
|
> > > >
|
128
113
|
> > > > <!-- -->
|
129
|
-
> > > >
|
130
114
|
> > > > ##### Message
|
131
115
|
> > > > > Info Message:
|
132
116
|
> > > > > ``` # Short-Hand ``` <br />
|
133
117
|
> > > > > ``` __Message|Header:Message Header,Text:Message Text__ ``` <br />
|
134
118
|
> > > >
|
135
119
|
> > > > <!-- -->
|
136
|
-
> > > >
|
137
120
|
> > > > > Info Message:
|
138
121
|
> > > > > ``` # Block Syntax ``` <br />
|
139
122
|
> > > > > ``` > Message: ``` <br />
|
@@ -141,19 +124,16 @@
|
|
141
124
|
> > > > > ``` > Message Text ``` <br />
|
142
125
|
> > > >
|
143
126
|
> > > > <!-- -->
|
144
|
-
> > > >
|
145
127
|
> > > > ##### Header
|
146
128
|
> > > > > Info Message:
|
147
129
|
> > > > > ``` # H1, ## H2, ### H3, #### H4 ... ``` <br />
|
148
130
|
> > > >
|
149
131
|
> > > > <!-- -->
|
150
|
-
> > > >
|
151
132
|
> > > > > Info Message:
|
152
133
|
> > > > > ``` # DIV tag header ``` <br />
|
153
134
|
> > > > > ``` __Header|A Div Header__ ``` <br />
|
154
135
|
> > > >
|
155
136
|
> > > > <!-- -->
|
156
|
-
> > > >
|
157
137
|
> > > > ##### Column / Grid / Row / Segment / Container
|
158
138
|
> > > > > Info Message:
|
159
139
|
> > > > > ``` > Grid:``` <br />
|
@@ -166,7 +146,4 @@
|
|
166
146
|
> > > > > ``` > <!-- -->``` <br />
|
167
147
|
> > > > > ``` > ``` <br />
|
168
148
|
> > > > > ``` > > Column:``` <br />
|
169
|
-
> > > > > ``` > > Column 2 ``` <br />
|
170
|
-
> > > >
|
171
|
-
> > > > <!-- -->
|
172
|
-
> > > >
|
149
|
+
> > > > > ``` > > Column 2 ``` <br />
|
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.
|
4
|
+
version: 0.1.12
|
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-
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -200,6 +200,7 @@ files:
|
|
200
200
|
- components/elements/markdown-ui-content/lib/content/header.rb
|
201
201
|
- components/elements/markdown-ui-content/lib/content/icon.rb
|
202
202
|
- components/elements/markdown-ui-content/lib/content/item.rb
|
203
|
+
- components/elements/markdown-ui-content/lib/content/item_block.rb
|
203
204
|
- components/elements/markdown-ui-content/lib/content/list.rb
|
204
205
|
- components/elements/markdown-ui-content/lib/content/parser.rb
|
205
206
|
- components/elements/markdown-ui-content/lib/content/text.rb
|