Add example page with accents in title

This commit is contained in:
Maxime Vaillancourt 2022-11-20 19:26:52 -05:00
parent e2354bcfcf
commit e37cb43675
2 changed files with 6 additions and 1 deletions

5
_notes/accents.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Bon appétit!
---
Page titles with accents are supported.

View File

@ -17,7 +17,7 @@ To link to another note, you can use multiple syntaxes. The following four use t
You can organize notes in subdirectories and link them normally. For example, the links above all point to the `_notes/animals/cats.md` file. Here's another example: [[tigers]].
Non-latin languages are supported too: [[안녕하세요]].
Non-latin languages are supported: [[안녕하세요]]; so are accents/diacritics: [[bon appétit!]]
Dashes and underscores in file names are supported, and may be omitted in the bracket link syntax. As an example, the `your-first-note.md` file can be linked to with [[your first note]] or [[your-first-note]], or even [[yOuR-FiRsT Note]].