Update to kotlin syntax highlighting

This commit is contained in:
Tyler Wong 2019-11-13 10:21:32 -08:00 committed by GitHub
parent fb4e2c089f
commit de04e5069b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
Image loading based on `Coil` library
```kt
```kotlin
val markwon = Markwon.builder(context)
// automatically create Coil instance
.usePlugin(CoilImagesPlugin.create(context))
@ -32,4 +32,4 @@ val markwon = Markwon.builder(context)
}
}, customImageLoader))
.build()
```
```