Skip to content

Commit f9c7066

Browse files
committed
Link to Kramdown flavor of markdown
1 parent 73ab8c2 commit f9c7066

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/tutorials/adding-new-project.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ project page to be hosted on the site.
1414

1515
All the projects on the website are stored in the [projects folder].
1616
Each post is saved as a Markdown file, and is automagically converted to HTML
17-
when you publish your changes (read more about Markdown
18-
[here][markdown basics]). To submit a page,
17+
when you publish your changes (read more about Kramdown
18+
[here][kramdown basics]). To submit a page,
1919
all you need to do is add a markdown file in that folder and submit a pull
2020
request. We recommend that you start with a copy of the [template project].
2121
You can see the example file live on [the website][template page].
@@ -113,8 +113,7 @@ Give it a name using the format "`YYYY-MM-DD-my-project-name.md`", where
113113
Then paste in the frontmatter that we copied earlier. Fill out as many of the
114114
properties as you can, and delete the lines of the ones you can't fill out.
115115
After the second set of dashes ('---'), you can type your description text,
116-
which is parsed as [Markdown](https://help.github.com/articles/markdown-basics)
117-
on the site.
116+
which is parsed as [Kramdown][kramdown basics] on the site.
118117

119118
<img src="/images/Website/Creating-file-on-GitHub.png" style="max-width: 100%;" />
120119

@@ -153,7 +152,7 @@ edits, and will review and merge your changes when they get the chance.
153152
[projects page]: {{ site.github.url }}/projects
154153
[mindsensor.com]: http://mindsensors.com/
155154
[projects folder]: https://github.com/ev3dev/ev3dev.github.io/tree/master/projects/_posts
156-
[markdown basics]: https://help.github.com/articles/markdown-basics
155+
[kramdown basics]: http://kramdown.gettalong.org/quickref.html
157156
[template project]: https://github.com/ev3dev/ev3dev.github.io/blob/master/projects/_posts/2014-03-21-Example-Project.md
158157
[template page]: http://www.ev3dev.org/projects/2014/03/21/Example-Project/
159158
[website repository]: http://github.com/ev3dev/ev3dev.github.io

0 commit comments

Comments
 (0)