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

Space erroneously added after first item in list and before sub item when last item has a code block #13

Closed
dsherret opened this issue Jul 2, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@dsherret
Copy link
Member

dsherret commented Jul 2, 2020

## Comparison to Node.js

- Deno does not use `npm`
  - It uses modules referenced as URLs or file paths
- Uses "ES Modules" and does not support `require()`. Third party modules are
  imported via URLs:

  \`\`\`javascript
  import * as log from "https://deno.land/std/log/mod.ts";
  \`\`\`
@dsherret dsherret added the bug Something isn't working label Jul 2, 2020
@dsherret dsherret closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant