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

Support an escaped pipe char in a table cell #150

Merged
merged 1 commit into from Feb 1, 2018

Conversation

lazyfrosch
Copy link
Contributor

@lazyfrosch lazyfrosch commented Jan 31, 2018

So that \| in a table cell is not split into cells.

@lepture
Copy link
Owner

lepture commented Jan 31, 2018

Thank you. Could you add a test case for it?

@lazyfrosch
Copy link
Contributor Author

Done, I also added a process method to de-escape pipes in cells

@lepture
Copy link
Owner

lepture commented Feb 1, 2018

The _process_cells can be a static function outside. But it's ok, I'll change it myself.

@lepture
Copy link
Owner

lepture commented Feb 1, 2018

Thanks for your contribution.

@lepture lepture merged commit 0b22d1a into lepture:master Feb 1, 2018
@lazyfrosch lazyfrosch deleted the pipe-char-in-table branch February 1, 2018 10:05
@lepture lepture self-assigned this Feb 5, 2018
cmccandless pushed a commit to cmccandless/multisite that referenced this pull request Oct 11, 2018
This PR updates [mistune](https://pypi.org/project/mistune) from **0.8.3** to **0.8.4**.



<details>
  <summary>Changelog</summary>
  
  
   ### 0.8.4
   ```
   ~~~~~~~~~~~~~

Released on Oct. 11, 2018

* Support an escaped pipe char in a table cell. `150`_
* Fix ordered and unordered list. `152`_
* Fix spaces between = in HTML tags
* Add max_recursive_depth for list and blockquote.
* Fix fences code block.

.. _`150`: lepture/mistune#150
.. _`152`: lepture/mistune#152
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/mistune
  - Changelog: https://pyup.io/changelogs/mistune/
  - Repo: https://github.com/lepture/mistune
</details>
clrpackages pushed a commit to clearlinux-pkgs/mistune that referenced this pull request Oct 15, 2018
….8.4

Hsiaoming Yang (10):
      Merge pull request #150 from lazyfrosch/pipe-char-in-table
      Merge pull request #152 from frostming/hetero-list
      Merge pull request #153 from hugovk/patch-1
      Fix spaces between = in HTML tags
      Add changelog for v0.8.4
      Add max_recursive_depth for list and blockquote.
      Fix fences code block.
      Add test cases for nested blockquote and list
      Build without cython
      Version bump 0.8.4

Hugo (3):
      Update Python versions
      Update Python versions
      Remove redundant version check

Hyunwoo Park (1):
      Fix minors in tests (#175)

Markus Frosch (1):
      Support an escaped pipe char in a table cell

frostming (3):
      Fix parsing error #151 on heterogeneous list
      hetero list test case
      newlines at EOF

Version 0.8.4
~~~~~~~~~~~~~

Released on Oct. 11, 2018

* Support an escaped pipe char in a table cell. `#150`_
* Fix ordered and unordered list. `#152`_
* Fix spaces between = in HTML tags
* Add max_recursive_depth for list and blockquote.
* Fix fences code block.

.. _`#150`: lepture/mistune#150
.. _`#152`: lepture/mistune#152
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

Successfully merging this pull request may close these issues.

None yet

2 participants