Results 5 issues of Ade Dyas

when I use Swift Package Manager, the version fetched is 1.0.0, then I change I into exact version 1.1, an error happened with this message : ``` Dependencies could not...

this is my my xml : when i texting, its work normaly, but if i pressed backspace until empty, the app is crashed with error : E/AndroidRuntime: FATAL EXCEPTION: main...

``` Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/FileSystems; at net.jimblackler.jsonschemafriend.CacheLoader.(CacheLoader.java:17) at net.jimblackler.jsonschemafriend.SchemaStore.(SchemaStore.java:71) at net.jimblackler.jsonschemafriend.SchemaStore.(SchemaStore.java:51) ``` since [FileSystems](https://developer.android.com/reference/java/nio/file/FileSystem) is added in API version 26, it will crash on android version under...

### New Issue Checklist - [x] Updated Tabman to the latest version - [x] I took a look at the Troubleshooting Guide (https://github.com/uias/Tabman/blob/main/Docs/Troubleshooting.md) - [x] I searched for [existing GitHub...

numbering like 1. number 1 2. number 2 is not rendered as numbering with indentation like on the list with `*` input: ``` private let markdownText = """ this should...