Add Markdown support for Web Inspector Reference articles
https://bugs.webkit.org/show_bug.cgi?id=206256

Reviewed by Devin Rousso.

* wp-content/plugins/web-inspector-pages.php:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254540 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog
index 049e315..d1021d2 100644
--- a/Websites/webkit.org/ChangeLog
+++ b/Websites/webkit.org/ChangeLog
@@ -1,5 +1,14 @@
 2020-01-14  Jon Davis  <jond@apple.com>
 
+        Add Markdown support for Web Inspector Reference articles
+        https://bugs.webkit.org/show_bug.cgi?id=206256
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/plugins/web-inspector-pages.php:
+
+2020-01-14  Jon Davis  <jond@apple.com>
+
         Fix blog post article title justification
         https://bugs.webkit.org/show_bug.cgi?id=206245
 
diff --git a/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php b/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php
index e496908..cb46b77 100644
--- a/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php
+++ b/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php
@@ -162,4 +162,6 @@
         'show_in_nav_menus'          => true,
         'show_tagcloud'              => true
     ));
+
+    add_post_type_support('web_inspector_page', 'wpcom-markdown');
 });
\ No newline at end of file