File: attr_list.txt

package info (click to toggle)
python-markdown 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,412 kB
  • sloc: python: 3,427; makefile: 36
file content (35 lines) | stat: -rw-r--r-- 903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This is a sextext header {: #setext}
====================================

A paragraph with some text.
Line two of the paragraph.
{: #par1 .myclass }

This is another {: #sextext2 .someclass}
----------------------------------------

Test some _inline_{: .inline} text.
A [link](http://example.com){: .linkkyclass title="A title."}
And a __nested [link][]{: .linky2}__{: .nest}

[link]: http://example.com "Some title"

### This is a hash Header ### {: #hash}

And now some random attributes.
{:foo bar='b az' baz="blah blah" title="I wasn't kidding!" }

### No closing hash header {: #hash2}

Now test overrides
{: #overrideme .andme id=overridden class='foo bar' .addme }

    # A code block which contains attr_list syntax
    # This should be ignored.
    {: #someid .someclass }

### No colon for compatability with Headerid ext { #hash3 }

Also a codespan: `{: .someclass}`{: .foo}.
{: #the_end}