https://github.com/fongandrew/table-excerpt-repro
Repro excerpt separator / table issue with Jekyll's Markdown parsing
https://github.com/fongandrew/table-excerpt-repro
Last synced: 3 months ago
JSON representation
Repro excerpt separator / table issue with Jekyll's Markdown parsing
- Host: GitHub
- URL: https://github.com/fongandrew/table-excerpt-repro
- Owner: fongandrew
- Created: 2017-08-04T02:02:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T23:03:04.000Z (over 7 years ago)
- Last Synced: 2025-02-21T08:51:25.757Z (3 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# table-excerpt-repro
This repo reporduces a bug with Jekyll's Markdown parsing. Specifically, suppose something resembling the following code snippet is in your post:```
[X]:|y
```Then Jekyll will display that line of your snippet as a table inside the post excerpt.
For example, [this post](/_posts/2017-08-03-test.markdown) generates the following excerpt:

This repo uses the instructions from the [quick-start guide](https://jekyllrb.com/docs/quickstart/).
The only change was to modify the `home.html` layout to include `{{ post.excerpt }}` and to add a
bit of CSS to the document head to make the table edges visible.