<table class="example-table">
    <thead>
        <tr>
            <th>Links</th>
            <th>Example</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <code class="code-inline-preview"><h1><a href="#">...</a></h1></code>
            </td>
            <td>
                <h1><a href="#">h1 Rehau Heading</a></h1>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><h2><a href="#">...</a></h2></code>
            </td>
            <td>
                <h2><a href="#">h2 Rehau Heading</a></h2>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><h3><a href="#">...</a></h3></code>
            </td>
            <td>
                <h3><a href="#">h3 Rehau Heading</a></h3>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><h4><a href="#">...</a></h4></code>
            </td>
            <td>
                <h4><a href="#">h4 Rehau Heading</a></h4>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><h5><a href="#">...</a></h5></code>
            </td>
            <td>
                <h5><a href="#">h5 Rehau Heading</a></h5>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><h6><a href="#">...</a></h6></code>
            </td>
            <td>
                <h6><a href="#">h6 Rehau Heading</a></h6>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h1"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h1"><a href="#">h1 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h2"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h2"><a href="#">h2 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h3"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h3"><a href="#">h3 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h4"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h4"><a href="#">h4 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h5"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h5"><a href="#">h5 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p class="h6"><a href="#">...</a></p></code>
            </td>
            <td>
                <p class="h6"><a href="#">h6 Rehau Heading</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p><strong><a href="#">...</a></strong></p></code>
            </td>
            <td>
                <p><strong>This line of text is rendered as <a href="#">normal text with link</a></strong></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p><em><a href="#">...</a></em></p></code>
            </td>
            <td>
                <p><em>This line of text is rendered as <a href="#">normal text with link</a></em></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><p><a href="#">...</a></p></code>
            </td>
            <td>
                <p>This line of text is rendered as <a href="#">normal text with link</a></p>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><ul><li><a href="#">...</a></li></ul></code>
            </td>
            <td>
                <ul>
                    <li><a href="#">Integer sed mi interdum</a></li>
                    <li>Sed vitae lorem non <a href="#">felis interdum</a> rutrum non vel eros</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <code class="code-inline-preview"><ol><li><a href="#">...</a></li></ol></code>
            </td>
            <td>
                <ol>
                    <li><a href="#">Integer sed mi interdum</a></li>
                    <li>Sed vitae lorem non <a href="#">felis interdum</a> rutrum non vel eros</li>
                </ol>
            </td>
        </tr>
    </tbody>
</table>
        
    
        <table class="example-table">
  <thead>
    <tr>
      <th>Links</th>
      <th>Example</th>
    </tr>
  </thead>
  <tbody>
    {{#each links}}
      <tr>
        <td>
          {{render '@helper-code-inline-preview' this}}
        </td>
        <td>{{{example}}}</td>
      </tr>
    {{/each}}
  </tbody>
</table>
    
        
            
            {
  "links": [
    {
      "snippet": "<h1><a href=\"#\">...</a></h1>",
      "example": "<h1><a href=\"#\">h1 Rehau Heading</a></h1>"
    },
    {
      "snippet": "<h2><a href=\"#\">...</a></h2>",
      "example": "<h2><a href=\"#\">h2 Rehau Heading</a></h2>"
    },
    {
      "snippet": "<h3><a href=\"#\">...</a></h3>",
      "example": "<h3><a href=\"#\">h3 Rehau Heading</a></h3>"
    },
    {
      "snippet": "<h4><a href=\"#\">...</a></h4>",
      "example": "<h4><a href=\"#\">h4 Rehau Heading</a></h4>"
    },
    {
      "snippet": "<h5><a href=\"#\">...</a></h5>",
      "example": "<h5><a href=\"#\">h5 Rehau Heading</a></h5>"
    },
    {
      "snippet": "<h6><a href=\"#\">...</a></h6>",
      "example": "<h6><a href=\"#\">h6 Rehau Heading</a></h6>"
    },
    {
      "snippet": "<p class=\"h1\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h1\"><a href=\"#\">h1 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p class=\"h2\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h2\"><a href=\"#\">h2 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p class=\"h3\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h3\"><a href=\"#\">h3 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p class=\"h4\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h4\"><a href=\"#\">h4 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p class=\"h5\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h5\"><a href=\"#\">h5 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p class=\"h6\"><a href=\"#\">...</a></p>",
      "example": "<p class=\"h6\"><a href=\"#\">h6 Rehau Heading</a></p>"
    },
    {
      "snippet": "<p><strong><a href=\"#\">...</a></strong></p>",
      "example": "<p><strong>This line of text is rendered as <a href=\"#\">normal text with link</a></strong></p>"
    },
    {
      "snippet": "<p><em><a href=\"#\">...</a></em></p>",
      "example": "<p><em>This line of text is rendered as <a href=\"#\">normal text with link</a></em></p>"
    },
    {
      "snippet": "<p><a href=\"#\">...</a></p>",
      "example": "<p>This line of text is rendered as <a href=\"#\">normal text with link</a></p>"
    },
    {
      "snippet": "<ul><li><a href=\"#\">...</a></li></ul>",
      "example": "<ul><li><a href=\"#\">Integer sed mi interdum</a></li><li>Sed vitae lorem non <a href=\"#\">felis interdum</a> rutrum non vel eros</li></ul>"
    },
    {
      "snippet": "<ol><li><a href=\"#\">...</a></li></ol>",
      "example": "<ol><li><a href=\"#\">Integer sed mi interdum</a></li><li>Sed vitae lorem non <a href=\"#\">felis interdum</a> rutrum non vel eros</li></ol>"
    }
  ]
}
            
        
    
There are no notes for this item.