Link to the Markdown spec
This commit is contained in:
parent
d66f38de45
commit
6039aac76e
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue