Update to kotlin syntax highlighting
This commit is contained in:
parent
fb4e2c089f
commit
de04e5069b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Image loading based on `Coil` library
|
Image loading based on `Coil` library
|
||||||
|
|
||||||
```kt
|
```kotlin
|
||||||
val markwon = Markwon.builder(context)
|
val markwon = Markwon.builder(context)
|
||||||
// automatically create Coil instance
|
// automatically create Coil instance
|
||||||
.usePlugin(CoilImagesPlugin.create(context))
|
.usePlugin(CoilImagesPlugin.create(context))
|
||||||
@ -32,4 +32,4 @@ val markwon = Markwon.builder(context)
|
|||||||
}
|
}
|
||||||
}, customImageLoader))
|
}, customImageLoader))
|
||||||
.build()
|
.build()
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user