From c295060f69ba994ca48d0a98083bd2467eb42a78 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 11 Dec 2013 18:25:02 -0500 Subject: [PATCH] Use Markdown, silly --- site/docs/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/windows.md b/site/docs/windows.md index 5a762b81..b1f12ccc 100644 --- a/site/docs/windows.md +++ b/site/docs/windows.md @@ -17,11 +17,11 @@ Madhur Ahuja has written up instructions to get ## Encoding -If you use UTF-8 encoding, make sure that no BOM header +If you use UTF-8 encoding, make sure that no `BOM` header characters exist in your files or very, very bad things will happen to Jekyll. This is especially relevant if you're running Jekyll on Windows. -Additionally, you might need to change the code page of the console window to UTF-8 +Additionally, you might need to change the code page of the console window to UTF-8 in case you get a "Liquid Exception: Incompatible character encoding" error during the site generation process. It can be done with the following command: