From c6cbb5631c14aceae88b8fd418a8efc3d0d8829e Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 3 Jul 2020 00:11:58 +0200 Subject: [PATCH] enabled syntax highlighting --- README.markdown | 134 +++++++++++++++++++++++++++++------------------- 1 file changed, 82 insertions(+), 52 deletions(-) diff --git a/README.markdown b/README.markdown index c2a16ba5..7821b446 100644 --- a/README.markdown +++ b/README.markdown @@ -14,30 +14,36 @@ Check the [examples.html](http://aehlke.github.com/tag-it/examples.html) for sev First, load [jQuery](http://jquery.com/) (v1.4 or greater), [jQuery UI](http://jqueryui.com/) (v1.8 or greater), and the plugin: - - - +```html + + + +``` If you're using a custom jQuery UI build, it must contain the Core, Widget, Position, and Autocomplete components. The Effects Core with "Blind" and "Highlight" Effect components are optional, but used if available. The plugin requires either a jQuery UI theme or a Tag-it theme to be present, as well as its own included base CSS file ([jquery.tagit.css](http://github.com/aehlke/tag-it/raw/master/css/jquery.tagit.css)). Here we use the Flick theme as an example: - - +```html + + +``` Now, let's attach it to an existing `