From de04e5069b6f31dae7051fb49ec98dd579c7d121 Mon Sep 17 00:00:00 2001 From: Tyler Wong Date: Wed, 13 Nov 2019 10:21:32 -0800 Subject: [PATCH] Update to kotlin syntax highlighting --- docs/docs/v4/image-coil/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/v4/image-coil/README.md b/docs/docs/v4/image-coil/README.md index 7369fab7..5227ed7b 100644 --- a/docs/docs/v4/image-coil/README.md +++ b/docs/docs/v4/image-coil/README.md @@ -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() -``` \ No newline at end of file +```