Farabi

 view release on metacpan or  search on metacpan

lib/Farabi/files/public/assets/codemirror/mode/markdown/index.html  view on Meta::CPAN

316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
    <code>—</code> instead of decimal-encoded
    entites like <code>—</code>.</p>
 
 
To specify an entire block of pre-formatted code, indent every line of
the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
and `>` characters will be escaped automatically.
 
Markdown:
 
    If you want your page to validate under XHTML 1.0 Strict,
    you've got to put paragraph tags in your blockquotes:
 
        <blockquote>
            <p>For example.</p>
        </blockquote>
 
Output:
 
    <p>If you want your page to validate under XHTML 1.0 Strict,
    you've got to put paragraph tags in your blockquotes:</p>
     
    <pre><code><blockquote>
        <p>For example.</p>
    </blockquote>
    </code></pre>
</textarea></form>
 
    <script>
      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {

lib/Farabi/files/public/assets/codemirror/mode/xquery/index.html  view on Meta::CPAN

166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
&amp;lt;e quote=&quot;true&quot;&amp;gt;&amp;lt;div attrib=&quot;value&quot;/&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:&quot;&amp;lt;div attrib=\&quot;value\&quot;/&amp;gt;&quot;}
&lt;/pre&gt;
&lt;p/&gt;
Namespace URIs are ignored.  Namespace prefixes are included in the JSON name.
&lt;p/&gt;
Attributes are ignored, except for the special attribute @array=&quot;true&quot; that
indicates the JSON serialization should write the node, even if single, as an
array, and the attribute @type that can be set to &quot;boolean&quot; or &quot;number&quot; to
dictate the value should be written as that type (unquoted).  There's also
an @quote attribute that when set to true writes the inner content as text
rather than as structured JSON, useful for sending some XHTML over the
wire.
&lt;p/&gt;
Text nodes within mixed content are ignored.
 
@param $x Element node to convert
@return String holding JSON serialized representation of $x
 
@author Jason Hunter
@version 1.0.1



( run in 0.918 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )