Mistakes in code markup.
h3rald h3rald@h3rald.com
Fri, 09 Apr 2010 19:32:01 +0200
44 files changed,
125 insertions(+),
96 deletions(-)
jump to
M
content/articles/introducing-glyph.textile
→
content/articles/introducing-glyph.textile
@@ -60,19 +60,19 @@
Which translates to: <% highlight :html do %> -<div class="section"> - <h2 id="h_1">Something about Glyph</h2> - <p>You can use Glyph macros in conjunction with - <em>Textile</em> or <em>Markdown</em> to - produce HTML files effortlessly.</p> - <div class="section"> - <h3 id="pdf">What about PDFs?</h3> - <p>Once you have a single, well-formatted HTML +<div class="section"> + <h2 id="h_1">Something about Glyph</h2> + <p>You can use Glyph macros in conjunction with + <em>Textile</em> or <em>Markdown</em> to + produce HTML files effortlessly.</p> + <div class="section"> + <h3 id="pdf">What about PDFs?</h3> + <p>Once you have a single, well-formatted HTML file, converting it to PDF is extremely easy with a 3rd-party renderer - like <a href="http://www.princexml.com">Prince</a>.</p> - </div> -</div> + like <a href="http://www.princexml.com">Prince</a>.</p> + </div> +</div> <% end %> Glyph macros can be used to:
M
content/glyph.textile
→
content/glyph.textile
@@ -62,7 +62,7 @@ Format your documents using Textile or Markdown, and use Glyph Macros to do everything else:
**Glyph Source:** -<pre><code> +<% highlight :text do %> section[header[Something about Glyph] You can use Glyph macros in conjunction with _Textile_ or _Markdown_ to@@ -74,11 +74,11 @@ extremely easy with a 3rd-party
renderer like =>[http://www.princexml.com|Prince]. ] ] -</code></pre> +<% end %> **HTML Output:** -<pre><code> +<% highlight :html do %> <div class="section"> <h2 id="h_1">Something about Glyph</h2> <p>You can use Glyph macros in conjunction with@@ -92,7 +92,7 @@ extremely easy with a 3rd-party renderer
like <a href="http://www.princexml.com">Prince</a>.</p> </div> </div> -</code></pre> +<% end %> <%= render 'project_updates', :tag => 'glyph' %>