cratie+lang btn
This commit is contained in:
parent
735030d42a
commit
eba9744981
8 changed files with 98 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["About"]+" Markdown";
|
||||
ViewData["Title"] = @SR["À propos de Markdown"];
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
|
|
@ -12,8 +12,8 @@ Quelques extensions à un Markdown de base :
|
|||
|
||||
à faire:
|
||||
|
||||
* le tag "Numéro de ticket": `Ticket#6854`
|
||||
* le tag "Titre d'article": `#1_great_title`
|
||||
* le tag "User" = `@@(007, it'sme)` ou `@@james`
|
||||
* le tag "Numéro de ticket": "Ticket#6854"
|
||||
* le tag "Titre d'article": "#1_great_title"
|
||||
* le tag "User" = "@@(John Doe)" ou "@@jdoe"
|
||||
|
||||
</markdown>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue