From e37cb436756e295864283d523b6e7a3123051b70 Mon Sep 17 00:00:00 2001 From: Maxime Vaillancourt Date: Sun, 20 Nov 2022 19:26:52 -0500 Subject: [PATCH] Add example page with accents in title --- _notes/accents.md | 5 +++++ _notes/your-first-note.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 _notes/accents.md diff --git a/_notes/accents.md b/_notes/accents.md new file mode 100644 index 0000000..46f5ab9 --- /dev/null +++ b/_notes/accents.md @@ -0,0 +1,5 @@ +--- +title: Bon appétit! +--- + +Page titles with accents are supported. diff --git a/_notes/your-first-note.md b/_notes/your-first-note.md index 3339ee0..b35c65d 100644 --- a/_notes/your-first-note.md +++ b/_notes/your-first-note.md @@ -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]].