Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pulldown-cmark/pulldown-cmark issues and pull requests

#884 - Math: single `=` creates heading in HTML

Issue - State: closed - Opened by Schabolon 6 months ago - 3 comments

#883 - Add guide book and deploy script for it

Pull Request - State: closed - Opened by notriddle 6 months ago - 29 comments

#882 - Tasklists with nameless checkboxes move checkbox to next paragraph

Issue - State: closed - Opened by BenjaminRi 7 months ago - 1 comment

#881 - Use structs that impl Display for escaping

Pull Request - State: closed - Opened by ollpu 7 months ago - 7 comments

#880 - (Re)introduce simd feature to pulldown-cmark-escape

Pull Request - State: closed - Opened by ollpu 7 months ago - 1 comment

#879 - Mark `Rule` as a block item

Pull Request - State: closed - Opened by notriddle 7 months ago

#877 - Eat all spaces after line break in link title

Pull Request - State: closed - Opened by notriddle 7 months ago

#870 - Change `write_to_html` to allow `fmt::Write`

Pull Request - State: closed - Opened by stepantubanov 8 months ago - 12 comments

#867 - [fuzz result] only four spaces trimmed after line break in link title

Issue - State: closed - Opened by notriddle 8 months ago
Labels: fuzzer_finding

#863 - Pulldown-cmark mdBook

Issue - State: closed - Opened by Martin1887 8 months ago - 2 comments
Labels: help wanted, good first issue, docs

#803 - HTML blocks are split up in events

Issue - State: closed - Opened by clarfonthey 11 months ago - 5 comments

#801 - Add text generation via `text` feature.

Pull Request - State: open - Opened by trojanfoe 11 months ago - 2 comments

#799 - cargo zigbuild

Pull Request - State: closed - Opened by phoepsilonix 11 months ago - 1 comment

#718 - Note, important and warning blockquote

Issue - State: closed - Opened by sanpii about 1 year ago - 7 comments
Labels: enhancement, feature request

#673 - Implement differential fuzzer for pandoc

Pull Request - State: open - Opened by notriddle over 1 year ago - 2 comments

#655 - Parsing inline code span with a single newline loses the newline

Issue - State: closed - Opened by mgeisler over 1 year ago - 4 comments
Labels: fuzzer_finding

#645 - External HTML crate meta-issue

Issue - State: open - Opened by Martin1887 over 1 year ago - 6 comments
Labels: help wanted, good first issue, out of scope

#635 - Broken link handler API is too inflexible

Issue - State: open - Opened by ssokolow over 1 year ago - 2 comments
Labels: enhancement

#625 - returning `Events` from a function

Issue - State: closed - Opened by danieleades almost 2 years ago - 6 comments
Labels: enhancement

#616 - Is there any plan to support custom markdown directives?

Issue - State: open - Opened by tonyalaribe about 2 years ago - 3 comments
Labels: out of scope, feature request, external extension, long term

#615 - Pluggable Extensions?

Issue - State: open - Opened by grom358 about 2 years ago - 5 comments
Labels: feature request, external extension, long term, extendabilty

#613 - Integration with google oss-fuzz fuzzing service

Issue - State: open - Opened by manunio about 2 years ago - 9 comments

#608 - Disallowed Raw HTML (extension)

Issue - State: closed - Opened by freedit-dev about 2 years ago - 2 comments
Labels: feature request

#493 - Use `std::fmt::Write` instead of custom `StrWrite` trait

Pull Request - State: open - Opened by camelid about 4 years ago - 5 comments

#492 - Use `core::fmt::Write` instead of custom `StrWrite`?

Issue - State: closed - Opened by camelid about 4 years ago - 16 comments
Labels: enhancement

#100 - Math syntax extension support

Pull Request - State: closed - Opened by lifthrasiir about 7 years ago - 4 comments

#99 - Add some docs to some public tag variants with non-obvious fields

Pull Request - State: closed - Opened by j3parker about 7 years ago - 1 comment

#98 - Update bitflags to v1 and publish v0.2

Pull Request - State: closed - Opened by chetgurevitch about 7 years ago - 4 comments

#97 - Handle newlines and normalize the HTML

Pull Request - State: closed - Opened by notriddle about 7 years ago - 4 comments

#96 - Typo

Pull Request - State: closed - Opened by kant about 7 years ago - 1 comment

#95 - Consider backslash-escapes while parsing inline text

Pull Request - State: closed - Opened by notriddle about 7 years ago - 1 comment

#94 - Add support for inline HTML tags

Pull Request - State: closed - Opened by notriddle about 7 years ago - 1 comment

#93 - Modify generated test names to include spec names

Pull Request - State: closed - Opened by nelsonjchen about 7 years ago - 1 comment

#92 - Make generated cargo tests easier to work with

Pull Request - State: closed - Opened by nelsonjchen about 7 years ago - 2 comments

#91 - Handle code fence info string and HTML type 7 on new algorithm

Pull Request - State: closed - Opened by petosegan about 7 years ago - 2 comments

#90 - Handle container blocks in new algorithm

Pull Request - State: closed - Opened by petosegan about 7 years ago - 1 comment

#89 - Update spec tests & spec to commonmark 0.28

Pull Request - State: closed - Opened by chordowl about 7 years ago - 1 comment

#88 - Handle HTML Blocks in new algorithm

Pull Request - State: closed - Opened by petosegan about 7 years ago - 2 comments

#87 - Handle Indented and Fenced Code Blocks in new algorithm

Pull Request - State: closed - Opened by petosegan about 7 years ago - 5 comments

#86 - Handle Header Blocks for New Algorithm

Pull Request - State: closed - Opened by petosegan about 7 years ago - 1 comment

#85 - Added Thematic Breaks to new_algo

Pull Request - State: closed - Opened by petosegan about 7 years ago - 3 comments

#84 - Fix tests broken by footnote change

Pull Request - State: closed - Opened by raphlinus over 7 years ago - 1 comment

#83 - U+0000 not converted to U+FFFD in all cases

Issue - State: open - Opened by ollie27 over 7 years ago - 6 comments
Labels: enhancement

#82 - Quadratic time consumption on pathological input

Issue - State: closed - Opened by DemiMarie over 7 years ago - 2 comments

#81 - Fix 3 bugs found by fuzzing

Pull Request - State: closed - Opened by mcarton over 7 years ago - 5 comments

#80 - It would be good to derive PartialEq on Event, Tag and Alignment

Issue - State: closed - Opened by hhexo over 7 years ago - 1 comment

#79 - Enable Travis

Issue - State: closed - Opened by raphlinus over 7 years ago

#78 - fix panic on incorrect code blocks

Pull Request - State: closed - Opened by llogiq over 7 years ago - 2 comments

#77 - Parse block structure first, then parse lines.

Issue - State: closed - Opened by DemiMarie over 7 years ago - 1 comment

#76 - Release at least 0.1.0 and start relying on semver

Issue - State: closed - Opened by nox over 7 years ago

#75 - Check for setext headers after parsing a paragraph

Issue - State: closed - Opened by DemiMarie over 7 years ago - 2 comments

#74 - Fix several spec tests

Pull Request - State: closed - Opened by DemiMarie over 7 years ago - 1 comment

#73 - Newlines should terminate link search

Issue - State: closed - Opened by DemiMarie over 7 years ago - 1 comment

#72 - Add doc example for pulldown_cmark::html::push_html.

Pull Request - State: closed - Opened by frewsxcv over 7 years ago - 3 comments

#71 - updated bitflags 0.8 -> 0.9

Pull Request - State: closed - Opened by budziq over 7 years ago - 2 comments

#70 - Update bitflags to 0.9

Pull Request - State: closed - Opened by notriddle over 7 years ago - 1 comment

#69 - Bump bitflags to 0.9 and bump version

Pull Request - State: closed - Opened by Eijebong over 7 years ago - 1 comment

#68 - Remove extra backline

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 4 comments

#67 - Support for Description Lists

Issue - State: closed - Opened by ayosec over 7 years ago - 13 comments
Labels: help wanted, feature request

#66 - Update spec.txt to jgm/CommonMark tagged 0.27

Pull Request - State: closed - Opened by ScottAbbey over 7 years ago - 5 comments

#65 - Prettier spec testing

Pull Request - State: closed - Opened by critiqjo over 7 years ago - 3 comments

#64 - Why are internal tabs converted to spaces in Code blocks?

Issue - State: closed - Opened by critiqjo over 7 years ago - 3 comments

#63 - Update testing procedures to pass trivially failing tests

Pull Request - State: closed - Opened by ScottAbbey over 7 years ago - 1 comment

#62 - Re-generate spec.rs tests

Pull Request - State: closed - Opened by ScottAbbey over 7 years ago - 5 comments

#61 - Add rustc_private feature as well

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago

#60 - Put the correct feature

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 2 comments

#59 - Make pulldown-cmark library rustc build system compliant

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 1 comment

#58 - Tab characters may appear in expected too

Pull Request - State: closed - Opened by kivikakk over 7 years ago - 4 comments

#57 - -s option is more strict than official spec tester

Issue - State: closed - Opened by kivikakk over 7 years ago - 3 comments

#56 - Remove unwanted conditional compilation

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 8 comments

#55 - Split out binary and lib build

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 7 comments

#54 - Harden against denial-of-service attacks

Issue - State: closed - Opened by DemiMarie over 7 years ago - 5 comments

#53 - Add a changelog

Issue - State: closed - Opened by bestouff over 7 years ago - 2 comments

#52 - Alignment is not public, while it it used by Tag

Issue - State: closed - Opened by crowdagger over 7 years ago - 1 comment

#51 - github-flavored-markdown mode?

Issue - State: closed - Opened by steveklabnik over 7 years ago - 1 comment

#50 - Ignore list items that overflow the int limit

Pull Request - State: closed - Opened by notriddle over 7 years ago - 1 comment

#49 - Overflow ParseIntError in scan_listitem

Issue - State: closed - Opened by killercup over 7 years ago

#48 - Full html spec

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 7 comments

#47 - Fix html

Pull Request - State: closed - Opened by GuillaumeGomez over 7 years ago - 5 comments

#46 - HTML recognition isn't working

Issue - State: closed - Opened by GuillaumeGomez over 7 years ago

#45 - Table not recognized

Issue - State: closed - Opened by GuillaumeGomez over 7 years ago - 2 comments

#44 - Add link to documentation.

Pull Request - State: closed - Opened by frewsxcv over 7 years ago

#43 - Newline required after HTML comment for links to work

Issue - State: closed - Opened by alexcrichton over 7 years ago - 4 comments

#42 - Bump bitflags crate to 0.8.

Pull Request - State: closed - Opened by frewsxcv over 7 years ago

#41 - New algorithm and data structure

Issue - State: closed - Opened by raphlinus almost 8 years ago - 6 comments

#40 - Include CommonMark spec

Pull Request - State: closed - Opened by raphlinus almost 8 years ago

#39 - Generate tests from spec files

Pull Request - State: closed - Opened by azerupi almost 8 years ago - 5 comments

#38 - Apply emphasis/strong when split across multiple lines in a container.

Pull Request - State: closed - Opened by elahn almost 8 years ago - 4 comments

#37 - Add table alignment parsing/rendering

Pull Request - State: closed - Opened by kivikakk almost 8 years ago - 4 comments

#36 - Add command line usage info

Pull Request - State: closed - Opened by Victor-Savu about 8 years ago - 3 comments

#35 - Panic on invalid command line arguments

Issue - State: closed - Opened by Victor-Savu about 8 years ago - 1 comment

#34 - Event clonable?

Issue - State: closed - Opened by ConnyOnny about 8 years ago - 2 comments

#33 - fixed some clippy warnings in fancy-regex

Pull Request - State: closed - Opened by llogiq about 8 years ago

#32 - Does not conform to Example 265

Issue - State: closed - Opened by ykomatsu about 8 years ago - 1 comment

#31 - Deeply nested inline markup test failures

Issue - State: closed - Opened by raphlinus over 8 years ago - 2 comments

#30 - [WIP] Update for spec v0.26

Pull Request - State: closed - Opened by azerupi over 8 years ago - 4 comments

#29 - update bitflags

Pull Request - State: closed - Opened by Stebalien over 8 years ago - 1 comment

#28 - add checkboxes

Issue - State: closed - Opened by bestouff over 8 years ago - 4 comments

#27 - add strikethrough

Issue - State: closed - Opened by bestouff over 8 years ago - 1 comment