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

Issue with some code blocks #2

Open
stefanbuck opened this issue Oct 25, 2016 · 0 comments
Open

Issue with some code blocks #2

stefanbuck opened this issue Oct 25, 2016 · 0 comments

Comments

@stefanbuck
Copy link
Member

stefanbuck commented Oct 25, 2016

python

import os

rust

extern crate failure_derive;

ts

require('fs')

js

require('fs')

javascript

require('fs')

ruby

require('log')

coffee

require('fs')

package.json

{
  "dependencies": {
    "JSONPath": "^0.11.2",
    "babel-polyfill": "^6.3.14"
  }
}

Project.json

{
 "dependencies": {
    "Microsoft.AspNetCore.Diagnostics": "1.0.0"
  }
}

dockerfile

FROM node:latest

viml

Bundle "YankRing.vim"
Bundle "http://github.com/thinca/vim-quickrun.git"
Bundle "http://github.com/thinca/vim-poslist.git"

go

import "os"

css

@import "os"

less

@import "os"

sass

@import "os"

html

<link rel="import" href="foo.html">

java

import java.util.Date;

php

use ArrayAccess;

r

requireNamespace("rlang")

solidity

import "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant