mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 17:39:54 +08:00
8 lines
913 B
Plaintext
8 lines
913 B
Plaintext
[Div ("",[],[("custom-style","FirstParagraph")])
|
|
[Para [Str "This",Space,Str "is",Space,Str "some",Space,Str "text."]]
|
|
,Div ("",[],[("custom-style","BodyText")])
|
|
[Para [Str "This",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "an",Space,Emph [Span ("",[],[("custom-style","Emphatic")]) [Span ("",[],[("custom-style","Emphatic")]) [Str "emphasized"]]],Space,Str "text",Space,Str "style.",Space,Str "And",Space,Str "this",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "a",Space,Strong [Span ("",[],[("custom-style","Strengthened")]) [Span ("",[],[("custom-style","Strengthened")]) [Str "strengthened"]]],Space,Str "text",Space,Str "style."]]
|
|
,Div ("",[],[("custom-style","MyBlockStyle")])
|
|
[BlockQuote
|
|
[Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "styled",Space,Str "paragraph",Space,Str "that",Space,Str "inherits",Space,Str "from",Space,Str "Block",Space,Str "Text."]]]]
|