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

Does this not work anymore or am I being stupid? #21

Closed
chiubaca opened this issue Jan 2, 2021 · 4 comments
Closed

Does this not work anymore or am I being stupid? #21

chiubaca opened this issue Jan 2, 2021 · 4 comments

Comments

@chiubaca
Copy link

chiubaca commented Jan 2, 2021

I'm running the example code but both children nodes are returning as type:paragraph ?

image

this is my package,.json if it helps:

{
  "name": "remark-shortcodes-quick-test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "remark-parse": "^9.0.0",
    "remark-shortcodes": "^0.3.1",
    "unified": "^9.2.0"
  }
}
@cammanderson
Copy link

I downgraded remark to match the version mentioned in this projects dev dependencies (e.g. ^8.0.0) and it started working

@chiubaca
Copy link
Author

Thanks, looks like there was a breaking change to Remark last year which broke a bunch of plugins. This one included.

remarkjs/remark#536

@djm
Copy link
Owner

djm commented Jan 18, 2021 via email

@djm
Copy link
Owner

djm commented Jan 30, 2021

Ticket to do the work to get this package on remark v13+: #19

Closing this ticket for now, so conversation can happen on the existing ticket. Cheers!

@djm djm closed this as completed Jan 30, 2021
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

3 participants