misc updates; add geo demo
This commit is contained in:
parent
09a3537dc1
commit
34753cb2ed
9 changed files with 219 additions and 81 deletions
|
|
@ -40,8 +40,8 @@ Ox.parseHTML <f> Takes HTML from an untrusted source and returns something sane
|
|||
Ox.parseHTML = (function() {
|
||||
var defaultTags = [
|
||||
// inline formatting
|
||||
'b', 'code', 'i', 'q', 's', 'sub', 'sup', 'u',
|
||||
// block
|
||||
'b', 'code', 'i', 's', 'sub', 'sup', 'u',
|
||||
// block formatting
|
||||
'blockquote', 'h1', 'p', 'pre',
|
||||
// lists
|
||||
'li', 'ol', 'ul',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue