Skip to content

Commit

Permalink
syntax ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Jun 14, 2017
1 parent bc16e40 commit bc4911c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
* [404](notafile) is not a file, returns 404


package main

func main(){
println("now with syntax highlighting")
}
```go
package main
func main(){
println("now with syntax highlighting")
}
```



6 changes: 0 additions & 6 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"comment": "",
"ignore": "test",
"package": [
{
"checksumSHA1": "vRybmCalKWlCggSQjMfBvxq+qwU=",
"path": "github.com/aerth/markdownd",
"revision": "def58f483c4cc3a065cdc3fe3bb865d6796ee844",
"revisionTime": "2017-05-11T18:21:04Z"
},
{
"checksumSHA1": "DWtoL5LzvhxQ6LuchRPoSbsNhp4=",
"path": "github.com/microcosm-cc/bluemonday",
Expand Down

0 comments on commit bc4911c

Please sign in to comment.