Sha256: ed4df3cd3d7a392e17099ce7aeb6425cb625f90fc5499966a3ba4abdef2aa733
Contents?: true
Size: 1.13 KB
Versions: 36
Compression:
Stored size: 1.13 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"parser_rules/simple.js; FI" pathname; TI"/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/wysihtml-rails-0.5.0.beta13/vendor/assets/javascripts/parser_rules/simple.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+VI"length; TiuI"digest; TI"%d0b49faae2e84c0e785fec7e55dc10b5; FI"source; TI"u/** * Very simple basic rule set * * Allows * <i>, <em>, <b>, <strong>, <p>, <div>, <a href="http://foo"></a>, <br>, <span>, <ol>, <ul>, <li> * * For a proper documentation of the format check advanced.js */ var wysihtml5ParserRules = { tags: { strong: {}, b: {}, i: {}, em: {}, br: {}, p: {}, div: {}, span: {}, ul: {}, ol: {}, li: {}, a: { set_attributes: { target: "_blank", rel: "nofollow" }, check_attributes: { href: "url" // important to avoid XSS } } } }; ; TI"required_assets_digest; TI"%68b30d13a4195e2f415cfd1e86791aed; FI" _version; TI"%2be930bcbfd3c3e00190e2193dda5c7c; F
Version data entries
36 entries across 18 versions & 1 rubygems