Bladeren bron

Explain how to write posts with special characters

Lucas Stadler 9 jaren geleden
bovenliggende
commit
f85d3f6b51
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7 0
      go/blog/blog.yaml

+ 7 - 0
go/blog/blog.yaml

@ -42,6 +42,13 @@
42 42
43 43
    Optionally you can specify a `date` field.
44 44
45
    If `content` starts with a non-alphabetic character, you need to
46
    start the value with a vertical bar `|`:
47
48
        - title: Special characters...
49
          content: |
50
            *This* post starts with a special character.
51
45 52
    There are a few other types of posts:
46 53
47 54
    * `shell`, similar to text, but `title` is a shell command