yavsc/Yavsc/Views/Home/AboutMarkdown.cshtml

19 lines
593 B
Text
Raw Normal View History

2016-05-17 18:22:18 +02:00
@{
2017-09-23 02:20:38 +02:00
ViewData["Title"] = @SR["À propos de Markdown"];
2016-05-17 18:22:18 +02:00
}
<h1>@ViewData["Title"]</h1>
<markdown>
2016-06-13 13:33:32 +02:00
Quelques extensions à un Markdown de base :
2016-05-17 18:22:18 +02:00
2016-06-13 13:33:32 +02:00
* les video et audio: `![video: Ep. 28 - La France en commun - Une invitation à écrire un nouveau projet d'émancipation humaine](/images/testVideo.mp4)`
![video: Ep. 28 - La France en commun - Une invitation à écrire un nouveau projet d'émancipation humaine](/images/testVideo.mp4)
à faire:
2017-09-23 02:20:38 +02:00
* le tag "Numéro de ticket": "Ticket#6854"
* le tag "Titre d'article": "#1_great_title"
* le tag "User" = "@@(John Doe)" ou "@@jdoe"
2016-05-17 18:22:18 +02:00
</markdown>