diff --git a/site/docs/posts.md b/site/docs/posts.md index e944885e..8adb1d8e 100644 --- a/site/docs/posts.md +++ b/site/docs/posts.md @@ -43,7 +43,7 @@ file. For example, the following are examples of valid post filenames: ### Content Formats -All blog post files must begin with [YAML front- matter](../frontmatter/). After +All blog post files must begin with [YAML front-matter](../frontmatter/). After that, it's simply a matter of deciding which format you prefer. Jekyll supports two popular content markup formats: [Markdown](http://daringfireball.net/projects/markdown/) and @@ -52,6 +52,18 @@ of marking up different types of content within a post, so you should familiarize yourself with these formats and decide which one best suits your needs. +
+
Be aware of character sets
+

+ Content processors can modify certain characters to make them look nicer. + For example, the smart extension in Redcarpet converts standard, + ASCII quotation characters to curly, Unicode ones. In order for the browser + to display those characters properly, define the charset meta value by + including <meta charset="utf-8"> in the + <head> of your layout. +

+
+ ## Including images and resources Chances are, at some point, you'll want to include images, downloads, or other