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

Position tracking of blockquotes is mistaken #142

Closed
neongreen opened this issue Jul 12, 2016 · 0 comments
Closed

Position tracking of blockquotes is mistaken #142

neongreen opened this issue Jul 12, 2016 · 0 comments

Comments

@neongreen
Copy link
Contributor

Almost the same issue as #141.

> foo
> bar
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document SYSTEM "CommonMark.dtd">
<document sourcepos="1:1-3:0" xmlns="http://commonmark.org/xml/1.0">
  <block_quote sourcepos="1:3-2:5">
    <paragraph sourcepos="1:3-2:5">
      <text>foo</text>
      <softbreak />
      <text>bar</text>
    </paragraph>
  </block_quote>
</document>
@jgm jgm closed this as completed in f988ab6 Jul 13, 2016
CyberShadow pushed a commit to CyberShadow/cmark that referenced this issue Apr 1, 2021
…nmark#142)

* Had incorrect check for whether opaque data meant that the task was complete
* The spec says that either an upper or lower case X means the task is complete.
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

No branches or pull requests

1 participant