Skip to content

Commit

Permalink
Sort out markdown setup (hopefully for real)
Browse files Browse the repository at this point in the history
Restore some lost run configs and cleanup readme, too.
  • Loading branch information
rock3r committed Feb 15, 2024
1 parent ef215a7 commit 0347aaa
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .idea/runConfigurations/IDE_sample.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/runConfigurations/Run_checks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ API:
```kotlin
val myAwtFamily = myFont.asComposeFontFamily()

// This will attempt to resolve the logical AWT font
// This will attempt to resolve the logical AWT font
val myLogicalFamily = Font("Dialog").asComposeFontFamily()

// This only works in the IntelliJ Platform,
// This only works in the IntelliJ Platform,
// since JBFont is only available there
val myLabelFamily = JBFont.label().asComposeFontFamily()
```
Expand Down
4 changes: 2 additions & 2 deletions markdown/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {

dependencies {
compileOnly(projects.ui)

implementation(libs.commonmark.core)
api(libs.commonmark.core)

testImplementation(compose.desktop.uiTestJUnit4)
testImplementation(projects.ui)
}

publicApiValidation {
Expand Down
2 changes: 2 additions & 0 deletions markdown/extension-gfm-alerts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dependencies {
compileOnly(libs.commonmark.core)

testImplementation(compose.desktop.uiTestJUnit4)
testImplementation(projects.markdown.core)
testImplementation(projects.ui)
}

publicApiValidation {
Expand Down

0 comments on commit 0347aaa

Please sign in to comment.