markdown-ui 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,9 +13,6 @@
13
13
  <!--[if lt IE 9]>
14
14
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15
15
  <![endif]-->
16
- <style>
17
- code { white-space:pre }
18
- </style>
19
16
  </head>
20
17
 
21
18
  <body>
@@ -95,7 +92,15 @@
95
92
  ,
96
93
  <a class="ui item" href="button.html#labeled-icon-buttons">Labeled Icon Buttons</a>
97
94
  ,
98
- <a class="ui item" href="button.html#mixed-group">Mixed Group</a></div>
95
+ <a class="ui item" href="button.html#mixed-group">Mixed Group</a>
96
+ ,
97
+ <a class="ui item" href="button.html#equal-width">Equal Width</a>
98
+ ,
99
+ <a class="ui item" href="button.html#colored-buttons">Colored Buttons</a>
100
+ ,
101
+ <a class="ui item" href="button.html#basic-buttons">Basic Buttons</a>
102
+ ,
103
+ <a class="ui item" href="button.html#group-sizes">Group Sizes</a></div>
99
104
  </div>
100
105
  </div>
101
106
  </div>
@@ -4,7 +4,7 @@
4
4
  > > > [Markdown UI](http://jjuliano.github.io/markdown-ui "basic")
5
5
  > > > > Inverted Right Menu:
6
6
  > > > > [Docs](toc.html "active")
7
- > > > > [About](../about.html )
7
+ > > > > [About](../about.html)
8
8
  > > > > [Github](https://github.com/jjuliano/markdown-ui)
9
9
  > > > > [Install](../index.html#install)
10
10
  >
@@ -67,4 +67,8 @@
67
67
  > > > > [Vertical Buttons](button.html#vertical-buttons),
68
68
  > > > > [Icon Buttons](button.html#icon-buttons),
69
69
  > > > > [Labeled Icon Buttons](button.html#labeled-icon-buttons),
70
- > > > > [Mixed Group](button.html#mixed-group)
70
+ > > > > [Mixed Group](button.html#mixed-group),
71
+ > > > > [Equal Width](button.html#equal-width),
72
+ > > > > [Colored Buttons](button.html#colored-buttons),
73
+ > > > > [Basic Buttons](button.html#basic-buttons),
74
+ > > > > [Group Sizes](button.html#group-sizes)
@@ -13,9 +13,6 @@
13
13
  <!--[if lt IE 9]>
14
14
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15
15
  <![endif]-->
16
- <style>
17
- code { white-space:pre }
18
- </style>
19
16
  </head>
20
17
 
21
18
  <body>
@@ -32,18 +29,19 @@
32
29
  </div>
33
30
  </div>
34
31
  <!-- -->
35
- <div class="ui inverted attached teal very padded segment">
32
+ <div class="ui inverted attached orange very padded segment">
36
33
  <h1 class="ui header">Markdown UI</h1>
37
34
  <h3 class="ui header">Responsive UI in Markdown</h3>
38
- <h3 class="ui header">Read the <a class="ui item" href="docs/toc.html"><button class="ui button">Documentation</button></a></h3>
35
+ <a class="ui item" href="docs/toc.html">
36
+ <button class="ui button">Get Started</button>
37
+ </a>
39
38
  </div>
40
39
  <!-- -->
41
40
  <div class="ui basic attached segment">
42
41
  <div class="ui equal width grid">
43
42
  <div class="ui column"><h2 id="install" class="ui header">Installation</h2><code>gem install markdown-ui</code><h2 id="usage" class="ui header">Usage</h2><code>markdown-ui index.mdui &gt; index.html</code><h2 id="credits" class="ui header">Credits</h2>
44
43
  Markdown-UI uses <a class="ui item" href="http://www.semantic-ui.com">Semantic-UI http://www.semantic-ui.com</a>
45
- syntax and framework, and ruby <code>redcarpet</code> library.
46
- Credit goes to the people behind these wonderful framework and libraries.<h2 class="ui header">Source</h2>
44
+ syntax and framework, and ruby <code>redcarpet</code> library.Credit goes to the people behind these wonderful framework and libraries.<h2 class="ui header">Source</h2>
47
45
  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>
48
46
  <h2 id="issues-bugs" class="ui header">Notes/Issues/Bugs</h2>
49
47
  <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>
@@ -10,10 +10,10 @@
10
10
  >
11
11
  > <!-- -->
12
12
  >
13
- > > Inverted Attached Teal Very Padded Segment:
13
+ > > Inverted Attached Orange Very Padded Segment:
14
14
  > > # Markdown UI
15
15
  > > ### Responsive UI in Markdown
16
- > > ### Read the [__Button|Documentation__](docs/toc.html)
16
+ > > [__Button|Get Started__](docs/toc.html)
17
17
  >
18
18
  > <!-- -->
19
19
  >
@@ -22,18 +22,25 @@
22
22
  > > > > Column:
23
23
  > > > > ## Installation::install
24
24
  > > > > ```gem install markdown-ui```
25
+ > > > >
25
26
  > > > > ## Usage::usage
26
27
  > > > > ```markdown-ui index.mdui > index.html```
28
+ > > > >
27
29
  > > > > ## Credits::credits
28
30
  > > > > Markdown-UI uses [Semantic-UI http://www.semantic-ui.com](http://www.semantic-ui.com) syntax and framework, and ruby ```redcarpet``` library.
31
+ > > > >
29
32
  > > > > Credit goes to the people behind these wonderful framework and libraries.
33
+ > > > >
30
34
  > > > > ## Source
31
35
  > > > > This document is written entirely in Markdown-UI. see: [the source files](https://github.com/jjuliano/markdown-ui/tree/master/website)
36
+ > > > >
32
37
  > > > > ## Notes/Issues/Bugs::issues-bugs
38
+ > > > >
33
39
  > > > > * Ongoing support for Semantic-UI elements/modules/components
34
40
  > > > > * The Colon (:) character will be parsed when used inside a text, needs post-processing to dislay correctly (for URL's)"
35
41
  > > > > * A separator in between two spaces is required on block elements to separate elements (see Column example)
36
42
  > > > > * 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.
43
+ > > > >
37
44
  > > >
38
45
  > > > <!-- -->
39
46
  > > >
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.9
4
+ version: 0.1.10
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-14 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler