Skip to content

Commit 1a14b7c

Browse files
committed
Different Markdown rendering library
This library can properly render code blocks.
1 parent 2a081c4 commit 1a14b7c

File tree

5 files changed

+6
-391
lines changed

5 files changed

+6
-391
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
4747
compile 'com.google.dagger:dagger:2.8'
4848
compile 'com.android.support:recyclerview-v7:25.2.0'
49-
compile 'us.feras.mdv:markdownview:1.1.0'
49+
compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.3'
5050
testCompile 'junit:junit:4.12'
5151
apt 'com.google.dagger:dagger-compiler:2.8'
5252
provided 'javax.annotation:jsr250-api:1.0'

app/src/main/assets/markdown.css

Lines changed: 0 additions & 387 deletions
This file was deleted.

0 commit comments

Comments
 (0)