Link to the Markdown spec

This commit is contained in:
Tom Hughes 2012-03-11 10:09:03 +00:00
parent d66f38de45
commit 6039aac76e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th colspan="2"><%= t "site.markdown_help.title" %></th> <th colspan="2"><%= t "site.markdown_help.title_html" %></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View file

@ -1408,7 +1408,7 @@ en:
edit: Edit edit: Edit
preview: Preview preview: Preview
markdown_help: markdown_help:
title: Parsed with Markdown title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
headings: Headings headings: Headings
heading: Heading heading: Heading
subheading: Subheading subheading: Subheading