Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengwynn/list_issue
GFM CSS problem demonstration
https://github.com/pengwynn/list_issue
Last synced: about 2 months ago
JSON representation
GFM CSS problem demonstration
- Host: GitHub
- URL: https://github.com/pengwynn/list_issue
- Owner: pengwynn
- Created: 2012-09-20T18:18:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-15T21:12:12.000Z (over 12 years ago)
- Last Synced: 2024-10-14T14:52:27.688Z (3 months ago)
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## the following list demonstrates the <ul><li><a> rendering issue:
* [list item 1](#link)
* [list sub item 1.1](#link)
* [list sub item 1.2](#link)
* [list sub item 1.3](#link)
* [list item 2](#link)
* [list sub item 2.2](#link)
* [list sub item 2.3](#link)
* [list sub item 2.4](#link)## screenshot of it:
![screenshot](https://raw.github.com/ypocat/list_issue/master/screenshot.png)
## how should it look
When links are not used, the list is rendered correctly, without the extra bottom margin on the top-level elements:
* list item 1
* list sub item 1.1
* list sub item 1.2
* list sub item 1.3
* list item 2
* list sub item 2.2
* list sub item 2.3
* list sub item 2.4