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

Merge 0.11 branch #886

Closed
wants to merge 33 commits into from
Closed

Merge 0.11 branch #886

wants to merge 33 commits into from

Conversation

Martin1887
Copy link
Collaborator

@Martin1887 Martin1887 commented May 13, 2024

The development has been slowed down a bit, so let's create the 0.11 release and left description lists and the more polished #881 for the 0.12 version.

notriddle and others added 30 commits March 2, 2024 09:46
We want to normalize links if they're utf8, but with something
like `[x](%DD)`, leave them as-is.
commonmark_js fuzz: fix spurious failure with non-utf8 link
This is a follow-up of #856,
because that pull request didn't cover the case where the URL mixed
punctuation and non-utf8 bytes.
commonmark_js fuzz: fix spurious failure with mixed link
That would be ambiguous, because it can't easily be distinguished
between the block quote `>` and the end of an HTML tag `>`.
If this function bails out because it can't find an `=`, it should
point at the spot immedatiely after the attribute name instead.
…nfusion

Don't exit `scan_attribute` with the ix pointing at block quote
This changes the interpretation of this document:

````markdown
 ```
    ```
````

Without this fix, pulldown-cmark thinks the second line has three
spaces of indentation, and is a valid closing code fence.
Most other commonmark implementations interpret it as having four,
because they start counting at the beginning of the line instead
of the opening fence's indentation level.
Check indentation on the closing fence relative to the line
Adjust documentation on custom attributes
Adjust strikethrough flanking rule to better fit Rustdoc Crater run
Add symlink to license file so it is included in the release tarball that is published to crates.io
perf: cargo-wizard default recommendations for runtime perf
fix: fix dead code warning from nightly compiler
Eat all spaces after line break in link title
@Martin1887 Martin1887 closed this May 13, 2024
@Martin1887 Martin1887 deleted the merge_0.11 branch May 13, 2024 11:18
@Martin1887
Copy link
Collaborator Author

Closed because wrong direction 😓 .

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

7 participants