Skip to content

Commit

Permalink
refactor: Change markdown code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 11, 2024
1 parent b759ad8 commit c24f62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "me.blog.korn123.easydiary"
minSdkVersion 21
targetSdkVersion versions.compileSdk
versionCode 313
versionName '1.4.313.202410010'
versionCode 314
versionName '1.4.314.202410xx0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ fun Context.applyMarkDownPolicy(contentsView: TextView, contents: String, isTime
.headingTextSizeMultipliers(floatArrayOf(1.3F, 1.2F, 1.1F, 1.0F, .83F, .67F))
.headingBreakHeight(0)
.codeTextSize(config.settingFontSize.times(0.8).toInt())
.codeBackgroundColor(config.backgroundColor)
// .codeBackgroundColor(config.backgroundColor)

.codeBlockTextSize(config.settingFontSize.times(0.8).toInt())
.codeBlockBackgroundColor(config.backgroundColor.darkenColor())
Expand Down

0 comments on commit c24f62e

Please sign in to comment.