🚀 Markdown support in Reader

* Added Markdown support: Bold, Italic, Links and Section separator (hr)
* Added new font variations (Bold & Bold Italic)
* Improve text update (moved to repository & logged)

Resolves: #93
This commit is contained in:
Acclorite 2024-10-01 15:10:44 +03:00
parent 2e041f0cbb
commit b8721b6ad7
48 changed files with 503 additions and 276 deletions

View file

@ -168,4 +168,8 @@ dependencies {
// Gson
implementation("com.google.code.gson:gson:2.11.0")
// Markdown
implementation("org.commonmark:commonmark:0.23.0")
implementation("org.commonmark:commonmark-ext-autolink:0.23.0")
}