Skip to content

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented May 17, 2024

This reverts commit 8884008, (#2381) reversing changes made to 3d6caa5.

The pulldown_cmark types are a public API, which I did not realize.

See #2387.

ehuss added 2 commits May 16, 2024 18:08
…cmark"

This reverts commit 8884008,
(rust-lang#2381) reversing
changes made to 3d6caa5.

The `pulldown_cmark` types are a public API, which I did not realize.
@rustbot rustbot added the S-waiting-on-review Status: waiting on a review label May 17, 2024
@ehuss ehuss enabled auto-merge May 17, 2024 01:12
@ehuss ehuss added this pull request to the merge queue May 17, 2024
Merged via the queue into rust-lang:master with commit a5d4d1e May 17, 2024
tanishiking added a commit to tanishiking/jco that referenced this pull request Apr 2, 2025
The `|` was not rendering correctly inside code blocks within tables when processed by `mdbook`.
rust-lang/mdBook#637

Idealy, this should be addressed by the upstream. The root cause of this problem in `pulldown-cmark` has recently been fixed. pulldown-cmark/pulldown-cmark#356
However, `mdbook` seems to expose the `pulldown-cmark` types as a public API, and is currently facing difficulties updating its dependencies.
rust-lang/mdBook#2386
Therefore, the upstream fix may not available in any time soon.

As a workaround for the time being, use <code> tag instead of code blocks in tables with `|`.
vados-cosmonic pushed a commit to bytecodealliance/jco that referenced this pull request Apr 2, 2025
The `|` was not rendering correctly inside code blocks within tables when processed by `mdbook`.
rust-lang/mdBook#637

Idealy, this should be addressed by the upstream. The root cause of this problem in `pulldown-cmark` has recently been fixed. pulldown-cmark/pulldown-cmark#356
However, `mdbook` seems to expose the `pulldown-cmark` types as a public API, and is currently facing difficulties updating its dependencies.
rust-lang/mdBook#2386
Therefore, the upstream fix may not available in any time soon.

As a workaround for the time being, use <code> tag instead of code blocks in tables with `|`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: waiting on a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants