🚀 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:
parent
2e041f0cbb
commit
b8721b6ad7
48 changed files with 503 additions and 276 deletions
|
|
@ -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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue