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

Codes with ":" maps to unexcepted json #4

Closed
hit9 opened this issue Jun 7, 2013 · 0 comments
Closed

Codes with ":" maps to unexcepted json #4

hit9 opened this issue Jun 7, 2013 · 0 comments

Comments

@hit9
Copy link
Contributor

hit9 commented Jun 7, 2013

In the example:

# Styles

  Main structural styling:

    body {
      padding: 50px;
      font: 14px Helvetica;
    }

  Some other stuff:

    button {
      padding: 15px;
    }

yields:

 "styles": {
    "body { padding": "50px;\n  font: 14px Helvetica;\n}",
    "button { padding": "15px;\n}"
  }

This is not the result we want, but it should be an array (or list).

@tj tj closed this as completed in 3dab24d Jun 7, 2013
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