From b2f8004fcdaaa07509d1a32b5e3892016199731c Mon Sep 17 00:00:00 2001 From: Taras Denysenko Date: Mon, 15 Jul 2013 15:46:32 +0300 Subject: [PATCH] Formated code sample in README.md to be displayed as a code block --- README.md | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 07b8a63..238127d 100644 --- a/README.md +++ b/README.md @@ -11,25 +11,22 @@ example of the use: http://jsfiddle.net/bZTUX/ 4. init filter - -<html> -<head> -<meta content="text/html; charset=utf-8" http-equiv="content-type"> -<meta http-equiv='pragma' content='no-cache'> -</head> - -<body> -<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -<script type="text/javascript" src="js/jquery.ipmask.v4.js"></script> - -<input type="text" name="" id="testip"/> - -<script type="text/javascript"> - $('#testip').ipmask(); -</script> - -</body> -</html> +```html + + + + + + + + + + + + +```