From 041be2ba216bf6b3ed8e71b4c0f903a1aa39fabb Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 30 Mar 2010 01:34:34 -0700 Subject: [PATCH] html is sanitized --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 523f489d..75a0ad85 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ Here's a simple example: +## HTML SANITIZATION + +For security and compatibility reasons GitHub Wikis may not contain custom CSS +or JavaScript. These tags will be stripped from the converted HTML. + + ## WIKI LINKS Wiki links in Gollum are processed before page content is converted to HTML.