Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anchor tag prevents a table from rendering #95

Open
sgilda opened this issue Mar 7, 2012 · 0 comments
Open

Anchor tag prevents a table from rendering #95

sgilda opened this issue Mar 7, 2012 · 0 comments

Comments

@sgilda
Copy link

sgilda commented Mar 7, 2012

I ran into a problem where an anchor tag seems to impact and prevent a table from rendering.

You can view the issue here: https://gist.github.com/1995690

You'll see that the table in "Section 1" does NOT render, but the table in "Section 2" renders fine. The only difference is a blank line was added between the anchor and the next line in Section 2.

The following is the text from the file:

Table Rendering Bug

## Introduction

This document contains 2 sections.

  • Section 1: The table in section 1 does NOT render properly
  • Section 2: The table in section 2 renders as expected.

The only difference in section 2 is the blank line between the "section2step1" anchor and the first list item.

## Section 1

This is section 1. Follow these instructions:

1. Step 1 instructions
a.   Do this

b.   Do that. Note the table below does NOT render.

| **Column 1** | **Column 2** |
|:-----------|:-----------|
| Row 1 Column1 | Row 1 Column2 |
| Row 2 Column1 | Row 2 Column2 |
  1. Step 2 instructions
## Section 2 1. Step 1 instructions

a. Do this.

b. Do that. This table renders after a put a blank line between the "section2step1" anchor and the the

Column 1 Column 2
Row 1 Column1 Row 1 Column2
Row 2 Column1 Row 2 Column2
  1. Step 2 instructions
GerHobbelt pushed a commit to GerHobbelt/soldout that referenced this issue Feb 11, 2021
Only render first footnote reflink occurrence to avoid duplicate HTML IDs
GerHobbelt pushed a commit to GerHobbelt/soldout that referenced this issue May 27, 2024
Markdown#render does not preserve encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant