You are here

sample-markup.txt in Field Formatter Filter 8

Same filename and directory in other branches
  1. 2.0.x tests/sample-markup.txt
<p>If I put an image</p>
<img alt="Drupal project logo" data-caption="Illustration to enhance the story" data-entity-type="file" src="/misc/druplicon.png" />
<blockquote>
<p>...or big blockquote</p>
</blockquote>
Before <h3>the real content of the body text</h3>,
<p>Or introduce other problems like</p>

<ol>
	<li>troublesome lists</li>
	<li>of</li>
	<li>words</li>
</ol>

<p>In my intro, then this needs to be trimmed in teasers.</p>

File

tests/sample-markup.txt
View source
  1. If I put an image

  2. Drupal project logo
  3. ...or big blockquote

  4. Before

    the real content of the body text

    ,
  5. Or introduce other problems like

    1. troublesome lists
    2. of
    3. words
  6. In my intro, then this needs to be trimmed in teasers.