a hastebin/pastething alternative written in Kotlin
Go to file
kageru 726a25bed7
Fix indentation in meta content tag
Most preview applications render this as html,
which will strip repeated spaces.
By instead emitting  , we can retain the indentation.

Groups of two spaces are replaced with two nbsp because single spaces
(i.e. gaps between words) should still be breaking.
2020-05-27 14:27:31 +02:00
src/main/kotlin/moe/kageru/kodeshare Fix indentation in meta content tag 2020-05-27 14:27:31 +02:00
.gitignore Add syntax highlighting and config 2019-09-29 08:17:31 +02:00
build.gradle.kts Update dependencies 2020-05-27 14:26:01 +02:00
gradle.properties Initial commit 2019-09-19 22:06:57 +02:00
kodeshare.properties Add separate parameter for URL template 2019-10-25 22:48:19 +02:00
settings.gradle Initial commit 2019-09-19 22:06:57 +02:00