markdown-ui 0.1.4 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +61 -6
- data/Changelog +27 -2
- data/Gemfile +15 -2
- data/components/collections/markdown-ui-grid/Gemfile +2 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/column/column.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/grid.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/row/row.rb +0 -0
- data/components/collections/markdown-ui-grid/lib/grid/version.rb +5 -0
- data/components/collections/markdown-ui-grid/lib/markdown-ui-grid.rb +3 -0
- data/components/collections/markdown-ui-grid/markdown-ui-grid.gemspec +37 -0
- data/components/collections/markdown-ui-menu/Gemfile +2 -0
- data/components/collections/markdown-ui-menu/lib/markdown-ui-menu.rb +3 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/custom.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/element.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/pagination.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/pointing.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/secondary.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/standard.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/tabular.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/text.rb +0 -0
- data/components/collections/markdown-ui-menu/lib/menu/version.rb +5 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/vertical.rb +0 -0
- data/components/collections/markdown-ui-menu/markdown-ui-menu.gemspec +37 -0
- data/components/collections/markdown-ui-message/Gemfile +2 -0
- data/components/collections/markdown-ui-message/lib/markdown-ui-message.rb +3 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/custom_message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/list_message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/standard_message.rb +0 -0
- data/components/collections/markdown-ui-message/lib/message/version.rb +5 -0
- data/components/collections/markdown-ui-message/markdown-ui-message.gemspec +37 -0
- data/components/elements/markdown-ui-button/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/animated.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/basic.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/focusable.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/standard.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/labeled_icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/standard.rb +0 -0
- data/components/elements/markdown-ui-button/lib/button/version.rb +5 -0
- data/components/elements/markdown-ui-button/lib/markdown-ui-button.rb +3 -0
- data/components/elements/markdown-ui-button/markdown-ui-button.gemspec +37 -0
- data/components/elements/markdown-ui-container/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/center.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/left.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/right.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/standard.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/text.rb +0 -0
- data/components/elements/markdown-ui-container/lib/container/version.rb +5 -0
- data/components/elements/markdown-ui-container/lib/markdown-ui-container.rb +3 -0
- data/components/elements/markdown-ui-container/markdown-ui-container.gemspec +37 -0
- data/components/elements/markdown-ui-content/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/header.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/item.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/list.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/parser.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/text.rb +0 -0
- data/components/elements/markdown-ui-content/lib/content/version.rb +5 -0
- data/components/elements/markdown-ui-content/lib/markdown-ui-content.rb +3 -0
- data/components/elements/markdown-ui-content/markdown-ui-content.gemspec +37 -0
- data/components/elements/markdown-ui-header/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-header/lib}/header/header.rb +0 -0
- data/components/elements/markdown-ui-header/lib/header/version.rb +5 -0
- data/components/elements/markdown-ui-header/lib/markdown-ui-header.rb +3 -0
- data/components/elements/markdown-ui-header/markdown-ui-header.gemspec +37 -0
- data/components/elements/markdown-ui-label/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-label/lib}/label/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-label/lib}/label/element.rb +0 -0
- data/components/elements/markdown-ui-label/lib/label/version.rb +5 -0
- data/components/elements/markdown-ui-label/lib/markdown-ui-label.rb +3 -0
- data/components/elements/markdown-ui-label/markdown-ui-label.gemspec +37 -0
- data/components/elements/markdown-ui-segment/Gemfile +2 -0
- data/components/elements/markdown-ui-segment/lib/markdown-ui-segment.rb +3 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/custom_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/horizontal_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/padded_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/piled_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/stacked_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/standard_segment.rb +0 -0
- data/components/elements/markdown-ui-segment/lib/segment/version.rb +5 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/vertical_segment.rb +0 -0
- data/components/elements/markdown-ui-segment/markdown-ui-segment.gemspec +37 -0
- data/lib/markdown-ui.rb +5 -0
- data/lib/markdown-ui/collection.rb +7 -0
- data/lib/markdown-ui/element.rb +7 -0
- data/lib/markdown-ui/tag/item_tag.rb +2 -2
- data/lib/markdown-ui/version.rb +1 -1
- data/website/index.html +24 -8
- data/website/index.md +23 -8
- metadata +93 -55
data/website/index.md
CHANGED
@@ -34,10 +34,11 @@
|
|
34
34
|
> > > > > Markdown-UI uses [Semantic-UI http://www.semantic-ui.com](http://www.semantic-ui.com) syntax and framework, and ruby ```redcarpet``` library.
|
35
35
|
> > > > > Credit goes to the people behind these wonderful framework and libraries.
|
36
36
|
> > > > > ##Issues/Bugs
|
37
|
-
> > > > > * Ongoing support for
|
37
|
+
> > > > > * Ongoing support for Semantic-UI elements/modules/components
|
38
38
|
> > > > > * The Colon (:) character will be parsed when used inside a text, needs post-processing to dislay correctly (for URL's)"
|
39
|
-
> > > > > * Code is not DRY, needs refactoring
|
39
|
+
> > > > > * Code is not DRY, needs refactoring.
|
40
40
|
> > > > > * Implimentation is subject to change
|
41
|
+
> > > > > * A separator in between two spaces is required on block elements to separate elements (see Column example)
|
41
42
|
> > > >
|
42
43
|
> > > > <!-- -->
|
43
44
|
> > > >
|
@@ -91,6 +92,20 @@
|
|
91
92
|
> > > > >
|
92
93
|
> > > > > <!-- -->
|
93
94
|
> > > > >
|
95
|
+
> > > > > ##### List
|
96
|
+
> > > > > > Info Message:
|
97
|
+
> > > > > > ``` * List 1 ``` <br />
|
98
|
+
> > > > > > ``` * List 2 ``` <br />
|
99
|
+
> > > > >
|
100
|
+
> > > > > <!-- -->
|
101
|
+
> > > > >
|
102
|
+
> > > > > ##### Label
|
103
|
+
> > > > > > Info Message:
|
104
|
+
> > > > > > ``` > Label: ``` <br />
|
105
|
+
> > > > > > ``` > _Mail Icon_ 23 ``` <br />
|
106
|
+
> > > > >
|
107
|
+
> > > > > <!-- -->
|
108
|
+
> > > > >
|
94
109
|
> > >
|
95
110
|
> > > <!-- -->
|
96
111
|
> > >
|
@@ -618,7 +633,7 @@
|
|
618
633
|
> > >
|
619
634
|
> > > > Center Aligned Six Wide Column:
|
620
635
|
> > > > ##### Preview
|
621
|
-
> > > > >
|
636
|
+
> > > > > Buttons:
|
622
637
|
> > > > > __Button|Cancel__
|
623
638
|
> > > > > __Div Tag||Or__
|
624
639
|
> > > > > __Positive Button|Save__
|
@@ -628,7 +643,7 @@
|
|
628
643
|
> > > > Left Aligned Ten Wide Column:
|
629
644
|
> > > > ##### Markdown Syntax
|
630
645
|
> > > > > Inverted Very Padded Segment:
|
631
|
-
> > > > > ```>
|
646
|
+
> > > > > ```> Buttons:``` <br />
|
632
647
|
> > > > > ```> __Button|Cancel__``` <br />
|
633
648
|
> > > > > ```> __Div Tag||Or__``` <br />
|
634
649
|
> > > > > ```> __Positive Button|Save__```
|
@@ -637,9 +652,9 @@
|
|
637
652
|
> > >
|
638
653
|
> > > > Center Aligned Six Wide Column:
|
639
654
|
> > > > ##### Preview
|
640
|
-
> > > > >
|
655
|
+
> > > > > Buttons:
|
641
656
|
> > > > > __Button|un__
|
642
|
-
> > > > > __Div Tag||Or|Data:ou__
|
657
|
+
> > > > > __Div Tag||Or|Data:Text:ou__
|
643
658
|
> > > > > __Positive Button|deux|Positive-ID__
|
644
659
|
> > >
|
645
660
|
> > > <!-- -->
|
@@ -647,9 +662,9 @@
|
|
647
662
|
> > > > Left Aligned Ten Wide Column:
|
648
663
|
> > > > ##### Markdown Syntax
|
649
664
|
> > > > > Inverted Very Padded Segment:
|
650
|
-
> > > > > ```>
|
665
|
+
> > > > > ```> Buttons:``` <br />
|
651
666
|
> > > > > ```> __Button|un__``` <br />
|
652
|
-
> > > > > ```> __Div Tag|Or|Data:ou__``` <br />
|
667
|
+
> > > > > ```> __Div Tag|Or|Data:Text:ou__``` <br />
|
653
668
|
> > > > > ```> __Positive Button|deux|Positive-ID__```
|
654
669
|
> > >
|
655
670
|
> > > <!-- -->
|
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.6
|
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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -133,61 +133,99 @@ files:
|
|
133
133
|
- Rakefile
|
134
134
|
- bin/console
|
135
135
|
- bin/setup
|
136
|
+
- components/collections/markdown-ui-grid/Gemfile
|
137
|
+
- components/collections/markdown-ui-grid/lib/grid/column/column.rb
|
138
|
+
- components/collections/markdown-ui-grid/lib/grid/grid.rb
|
139
|
+
- components/collections/markdown-ui-grid/lib/grid/row/row.rb
|
140
|
+
- components/collections/markdown-ui-grid/lib/grid/version.rb
|
141
|
+
- components/collections/markdown-ui-grid/lib/markdown-ui-grid.rb
|
142
|
+
- components/collections/markdown-ui-grid/markdown-ui-grid.gemspec
|
143
|
+
- components/collections/markdown-ui-menu/Gemfile
|
144
|
+
- components/collections/markdown-ui-menu/lib/markdown-ui-menu.rb
|
145
|
+
- components/collections/markdown-ui-menu/lib/menu/custom.rb
|
146
|
+
- components/collections/markdown-ui-menu/lib/menu/element.rb
|
147
|
+
- components/collections/markdown-ui-menu/lib/menu/pagination.rb
|
148
|
+
- components/collections/markdown-ui-menu/lib/menu/pointing.rb
|
149
|
+
- components/collections/markdown-ui-menu/lib/menu/secondary.rb
|
150
|
+
- components/collections/markdown-ui-menu/lib/menu/standard.rb
|
151
|
+
- components/collections/markdown-ui-menu/lib/menu/tabular.rb
|
152
|
+
- components/collections/markdown-ui-menu/lib/menu/text.rb
|
153
|
+
- components/collections/markdown-ui-menu/lib/menu/version.rb
|
154
|
+
- components/collections/markdown-ui-menu/lib/menu/vertical.rb
|
155
|
+
- components/collections/markdown-ui-menu/markdown-ui-menu.gemspec
|
156
|
+
- components/collections/markdown-ui-message/Gemfile
|
157
|
+
- components/collections/markdown-ui-message/lib/markdown-ui-message.rb
|
158
|
+
- components/collections/markdown-ui-message/lib/message/custom_message.rb
|
159
|
+
- components/collections/markdown-ui-message/lib/message/list_message.rb
|
160
|
+
- components/collections/markdown-ui-message/lib/message/message.rb
|
161
|
+
- components/collections/markdown-ui-message/lib/message/standard_message.rb
|
162
|
+
- components/collections/markdown-ui-message/lib/message/version.rb
|
163
|
+
- components/collections/markdown-ui-message/markdown-ui-message.gemspec
|
164
|
+
- components/elements/markdown-ui-button/Gemfile
|
165
|
+
- components/elements/markdown-ui-button/lib/button/animated.rb
|
166
|
+
- components/elements/markdown-ui-button/lib/button/basic.rb
|
167
|
+
- components/elements/markdown-ui-button/lib/button/custom.rb
|
168
|
+
- components/elements/markdown-ui-button/lib/button/element.rb
|
169
|
+
- components/elements/markdown-ui-button/lib/button/focusable.rb
|
170
|
+
- components/elements/markdown-ui-button/lib/button/group/buttons/custom.rb
|
171
|
+
- components/elements/markdown-ui-button/lib/button/group/buttons/element.rb
|
172
|
+
- components/elements/markdown-ui-button/lib/button/group/buttons/icon.rb
|
173
|
+
- components/elements/markdown-ui-button/lib/button/group/buttons/standard.rb
|
174
|
+
- components/elements/markdown-ui-button/lib/button/icon.rb
|
175
|
+
- components/elements/markdown-ui-button/lib/button/labeled_icon.rb
|
176
|
+
- components/elements/markdown-ui-button/lib/button/standard.rb
|
177
|
+
- components/elements/markdown-ui-button/lib/button/version.rb
|
178
|
+
- components/elements/markdown-ui-button/lib/markdown-ui-button.rb
|
179
|
+
- components/elements/markdown-ui-button/markdown-ui-button.gemspec
|
180
|
+
- components/elements/markdown-ui-container/Gemfile
|
181
|
+
- components/elements/markdown-ui-container/lib/container/alignment/center.rb
|
182
|
+
- components/elements/markdown-ui-container/lib/container/alignment/left.rb
|
183
|
+
- components/elements/markdown-ui-container/lib/container/alignment/right.rb
|
184
|
+
- components/elements/markdown-ui-container/lib/container/custom.rb
|
185
|
+
- components/elements/markdown-ui-container/lib/container/element.rb
|
186
|
+
- components/elements/markdown-ui-container/lib/container/standard.rb
|
187
|
+
- components/elements/markdown-ui-container/lib/container/text.rb
|
188
|
+
- components/elements/markdown-ui-container/lib/container/version.rb
|
189
|
+
- components/elements/markdown-ui-container/lib/markdown-ui-container.rb
|
190
|
+
- components/elements/markdown-ui-container/markdown-ui-container.gemspec
|
191
|
+
- components/elements/markdown-ui-content/Gemfile
|
192
|
+
- components/elements/markdown-ui-content/lib/content/custom.rb
|
193
|
+
- components/elements/markdown-ui-content/lib/content/header.rb
|
194
|
+
- components/elements/markdown-ui-content/lib/content/icon.rb
|
195
|
+
- components/elements/markdown-ui-content/lib/content/item.rb
|
196
|
+
- components/elements/markdown-ui-content/lib/content/list.rb
|
197
|
+
- components/elements/markdown-ui-content/lib/content/parser.rb
|
198
|
+
- components/elements/markdown-ui-content/lib/content/text.rb
|
199
|
+
- components/elements/markdown-ui-content/lib/content/version.rb
|
200
|
+
- components/elements/markdown-ui-content/lib/markdown-ui-content.rb
|
201
|
+
- components/elements/markdown-ui-content/markdown-ui-content.gemspec
|
202
|
+
- components/elements/markdown-ui-header/Gemfile
|
203
|
+
- components/elements/markdown-ui-header/lib/header/header.rb
|
204
|
+
- components/elements/markdown-ui-header/lib/header/version.rb
|
205
|
+
- components/elements/markdown-ui-header/lib/markdown-ui-header.rb
|
206
|
+
- components/elements/markdown-ui-header/markdown-ui-header.gemspec
|
207
|
+
- components/elements/markdown-ui-label/Gemfile
|
208
|
+
- components/elements/markdown-ui-label/lib/label/custom.rb
|
209
|
+
- components/elements/markdown-ui-label/lib/label/element.rb
|
210
|
+
- components/elements/markdown-ui-label/lib/label/version.rb
|
211
|
+
- components/elements/markdown-ui-label/lib/markdown-ui-label.rb
|
212
|
+
- components/elements/markdown-ui-label/markdown-ui-label.gemspec
|
213
|
+
- components/elements/markdown-ui-segment/Gemfile
|
214
|
+
- components/elements/markdown-ui-segment/lib/markdown-ui-segment.rb
|
215
|
+
- components/elements/markdown-ui-segment/lib/segment/custom_segment.rb
|
216
|
+
- components/elements/markdown-ui-segment/lib/segment/horizontal_segment.rb
|
217
|
+
- components/elements/markdown-ui-segment/lib/segment/padded_segment.rb
|
218
|
+
- components/elements/markdown-ui-segment/lib/segment/piled_segment.rb
|
219
|
+
- components/elements/markdown-ui-segment/lib/segment/segment.rb
|
220
|
+
- components/elements/markdown-ui-segment/lib/segment/stacked_segment.rb
|
221
|
+
- components/elements/markdown-ui-segment/lib/segment/standard_segment.rb
|
222
|
+
- components/elements/markdown-ui-segment/lib/segment/version.rb
|
223
|
+
- components/elements/markdown-ui-segment/lib/segment/vertical_segment.rb
|
224
|
+
- components/elements/markdown-ui-segment/markdown-ui-segment.gemspec
|
136
225
|
- exe/markdown-ui
|
137
226
|
- lib/markdown-ui.rb
|
138
|
-
- lib/markdown-ui/
|
139
|
-
- lib/markdown-ui/
|
140
|
-
- lib/markdown-ui/button/custom.rb
|
141
|
-
- lib/markdown-ui/button/element.rb
|
142
|
-
- lib/markdown-ui/button/focusable.rb
|
143
|
-
- lib/markdown-ui/button/group/buttons/custom.rb
|
144
|
-
- lib/markdown-ui/button/group/buttons/element.rb
|
145
|
-
- lib/markdown-ui/button/group/buttons/icon.rb
|
146
|
-
- lib/markdown-ui/button/group/buttons/standard.rb
|
147
|
-
- lib/markdown-ui/button/icon.rb
|
148
|
-
- lib/markdown-ui/button/labeled_icon.rb
|
149
|
-
- lib/markdown-ui/button/standard.rb
|
150
|
-
- lib/markdown-ui/container/alignment/center.rb
|
151
|
-
- lib/markdown-ui/container/alignment/left.rb
|
152
|
-
- lib/markdown-ui/container/alignment/right.rb
|
153
|
-
- lib/markdown-ui/container/custom.rb
|
154
|
-
- lib/markdown-ui/container/element.rb
|
155
|
-
- lib/markdown-ui/container/standard.rb
|
156
|
-
- lib/markdown-ui/container/text.rb
|
157
|
-
- lib/markdown-ui/content/custom.rb
|
158
|
-
- lib/markdown-ui/content/header.rb
|
159
|
-
- lib/markdown-ui/content/icon.rb
|
160
|
-
- lib/markdown-ui/content/item.rb
|
161
|
-
- lib/markdown-ui/content/list.rb
|
162
|
-
- lib/markdown-ui/content/parser.rb
|
163
|
-
- lib/markdown-ui/content/text.rb
|
164
|
-
- lib/markdown-ui/grid/column/column.rb
|
165
|
-
- lib/markdown-ui/grid/grid.rb
|
166
|
-
- lib/markdown-ui/grid/row/row.rb
|
167
|
-
- lib/markdown-ui/header/header.rb
|
168
|
-
- lib/markdown-ui/label/custom.rb
|
169
|
-
- lib/markdown-ui/label/element.rb
|
170
|
-
- lib/markdown-ui/menu/custom.rb
|
171
|
-
- lib/markdown-ui/menu/element.rb
|
172
|
-
- lib/markdown-ui/menu/pagination.rb
|
173
|
-
- lib/markdown-ui/menu/pointing.rb
|
174
|
-
- lib/markdown-ui/menu/secondary.rb
|
175
|
-
- lib/markdown-ui/menu/standard.rb
|
176
|
-
- lib/markdown-ui/menu/tabular.rb
|
177
|
-
- lib/markdown-ui/menu/text.rb
|
178
|
-
- lib/markdown-ui/menu/vertical.rb
|
179
|
-
- lib/markdown-ui/message/custom_message.rb
|
180
|
-
- lib/markdown-ui/message/list_message.rb
|
181
|
-
- lib/markdown-ui/message/message.rb
|
182
|
-
- lib/markdown-ui/message/standard_message.rb
|
183
|
-
- lib/markdown-ui/segment/custom_segment.rb
|
184
|
-
- lib/markdown-ui/segment/horizontal_segment.rb
|
185
|
-
- lib/markdown-ui/segment/padded_segment.rb
|
186
|
-
- lib/markdown-ui/segment/piled_segment.rb
|
187
|
-
- lib/markdown-ui/segment/segment.rb
|
188
|
-
- lib/markdown-ui/segment/stacked_segment.rb
|
189
|
-
- lib/markdown-ui/segment/standard_segment.rb
|
190
|
-
- lib/markdown-ui/segment/vertical_segment.rb
|
227
|
+
- lib/markdown-ui/collection.rb
|
228
|
+
- lib/markdown-ui/element.rb
|
191
229
|
- lib/markdown-ui/tag/custom_tag.rb
|
192
230
|
- lib/markdown-ui/tag/item_tag.rb
|
193
231
|
- lib/markdown-ui/tag/list_tag.rb
|