Merge pull request #1313 from aninf-wo/heth/fix-faq-stars-issue-1312

remove markdown stars (bold) from code examples
diff --git a/appveyor.yml b/appveyor.yml
index f129d7c..4e8d6f6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,14 @@
 
 environment:
   matrix:
+    - compiler: msvc-15-seh
+      generator: "Visual Studio 15 2017"
+      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
+    - compiler: msvc-15-seh
+      generator: "Visual Studio 15 2017 Win64"
+      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
     - compiler: msvc-14-seh
       generator: "Visual Studio 14 2015"