Skip to content

Commit

Permalink
Issue 840 (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdewinter authored Nov 24, 2023
1 parent 4344e83 commit 9a83e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
- in cases where a list is within a block quote, and the next line is a paragraph
continuation that fails the requirements for a "normal" list continuation, this
fix was required.
- [Issue 857](https://github.com/jackdewinter/pymarkdown/issues/857)
- fixed along with Issue 840, just filed separately

## Version 0.9.14 - Date: 2023-10-31

Expand Down
1 change: 0 additions & 1 deletion test/gfm/test_markdown_whitespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ def test_whitespaces_block_quotes_with_xtabs():


@pytest.mark.gfm
@pytest.mark.skip
def test_whitespaces_block_quotes_with_tabs_x2():
"""
Test case: Block quotes preceeded by spaces and tabs.
Expand Down

0 comments on commit 9a83e07

Please sign in to comment.