[GH-ISSUE #132] blanks-around-tables (like MD031 and MD032 for fences/lists) #109

Closed
opened 2026-03-03 01:23:48 +03:00 by kerem · 2 comments
Owner

Originally created by @DavidAnson on GitHub (Jul 15, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/132

Original issue for context: https://github.com/DavidAnson/vscode-markdownlint/issues/43

Originally created by @DavidAnson on GitHub (Jul 15, 2018). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/132 Original issue for context: https://github.com/DavidAnson/vscode-markdownlint/issues/43
kerem 2026-03-03 01:23:48 +03:00
Author
Owner

@jpluimers commented on GitHub (Sep 19, 2018):

An incomplete babelmark2 reproduction of

# 1

- aa
  | key | value  
  |-----|-------  
  | 1   | xx  
  | 2   | yy  
- bb

  | key | value  
  |-----|-------  
  | 1   | xx  
  | 2   | yy  

- cc
    | key | value  
    |-----|-------  
    | 1   | xx  
    | 2   | yy  
- dd

    | key | value  
    |-----|-------  
    | 1   | xx  
    | 2   | yy  

- ee

This was after bumping into blackfriday rendering issues which I need to wait for our internal Go lang based git repository has been updated to the most recent blackfriday so I can check how it behaves now.

<!-- gh-comment-id:422760704 --> @jpluimers commented on GitHub (Sep 19, 2018): An incomplete [babelmark2 reproduction](https://johnmacfarlane.net/babelmark2/?normalize=1&text=%23+1%0A%0A-+aa%0A++%7C+key+%7C+value++%0A++%7C-----%7C-------++%0A++%7C+1+++%7C+xx++%0A++%7C+2+++%7C+yy++%0A-+bb%0A%0A++%7C+key+%7C+value++%0A++%7C-----%7C-------++%0A++%7C+1+++%7C+xx++%0A++%7C+2+++%7C+yy++%0A%0A-+cc%0A++++%7C+key+%7C+value++%0A++++%7C-----%7C-------++%0A++++%7C+1+++%7C+xx++%0A++++%7C+2+++%7C+yy++%0A-+dd%0A%0A++++%7C+key+%7C+value++%0A++++%7C-----%7C-------++%0A++++%7C+1+++%7C+xx++%0A++++%7C+2+++%7C+yy++%0A%0A-+ee) of ``` markdown # 1 - aa | key | value |-----|------- | 1 | xx | 2 | yy - bb | key | value |-----|------- | 1 | xx | 2 | yy - cc | key | value |-----|------- | 1 | xx | 2 | yy - dd | key | value |-----|------- | 1 | xx | 2 | yy - ee ``` This was after bumping into [blackfriday](https://github.com/russross/blackfriday) rendering issues which I need to wait for our internal Go lang based git repository has been updated to the most recent blackfriday so I can check how it behaves now.
Author
Owner

@riuson commented on GitHub (Aug 31, 2020):

Example from Microsoft Team Foundation Server, rendering markdown file.

Code:

#### 0x0209 [1] Offset

Request:
| Field    | Type    | Meaning         |
| :------- | :------ | :-------------- |
| address  | uint8_t | Device address. |
| standard | float   | Standard value. |

Answer: empty.

#### 0x020a [1] Scale

Request:

| Field    | Type    | Meaning         |
| :------- | :------ | :-------------- |
| address  | uint8_t | Device address. |
| standard | float   | Standard value. |

Answer: empty.

Screenshot:
1

<!-- gh-comment-id:684004278 --> @riuson commented on GitHub (Aug 31, 2020): Example from Microsoft Team Foundation Server, rendering markdown file. Code: ``` #### 0x0209 [1] Offset Request: | Field | Type | Meaning | | :------- | :------ | :-------------- | | address | uint8_t | Device address. | | standard | float | Standard value. | Answer: empty. #### 0x020a [1] Scale Request: | Field | Type | Meaning | | :------- | :------ | :-------------- | | address | uint8_t | Device address. | | standard | float | Standard value. | Answer: empty. ``` Screenshot: ![1](https://user-images.githubusercontent.com/415202/91760730-4ecc2680-ebed-11ea-9f4c-14686eb0ba19.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#109
No description provided.