Skip to content

Commit 61e5b4d

Browse files
committed
Fix issue with triple backticks in code samples
1 parent 6b51d0d commit 61e5b4d

File tree

3 files changed

+35
-32
lines changed

3 files changed

+35
-32
lines changed

theme-orange/Module.mustache

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,29 @@ Ensure the `theme-orange` module is included in your module's `build.gradle.kts`
2121
<details open>
2222
<summary>Kotlin DSL</summary>
2323

24-
```kotlin
25-
dependencies {
26-
// ...
27-
implementation("com.orange.ouds.android:ouds-core:0.4.0")
28-
implementation("com.orange.ouds.android:ouds-theme-orange:0.4.0")
29-
// ...
30-
}
31-
```
24+
```kotlin
25+
dependencies {
26+
// ...
27+
implementation("com.orange.ouds.android:ouds-core:0.4.0")
28+
implementation("com.orange.ouds.android:ouds-theme-orange:0.4.0")
29+
// ...
30+
}
31+
```
3232

3333
</details><br/>
3434

3535
<details>
3636
<summary>Groovy DSL</summary>
3737

38-
```shell
39-
dependencies {
40-
// ...
41-
implementation 'com.orange.ouds.android:ouds-core:0.4.0'
42-
implementation 'com.orange.ouds.android:ouds-theme-orange:0.4.0'
43-
// ...
44-
}
45-
```
38+
```shell
39+
dependencies {
40+
// ...
41+
implementation 'com.orange.ouds.android:ouds-core:0.4.0'
42+
implementation 'com.orange.ouds.android:ouds-theme-orange:0.4.0'
43+
// ...
44+
}
45+
```
46+
4647
</details>
4748

4849
### 2. Initialize and Customize the Theme

theme-sosh/Module.mustache

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,29 @@ Ensure the `theme-sosh` module is included in your module's `build.gradle.kts` f
2121
<details open>
2222
<summary>Kotlin DSL</summary>
2323

24-
```kotlin
25-
dependencies {
24+
```kotlin
25+
dependencies {
2626
// ...
2727
implementation("com.orange.ouds.android:ouds-core:0.4.0")
2828
implementation("com.orange.ouds.android:ouds-theme-sosh:0.4.0")
2929
// ...
30-
}
31-
```
30+
}
31+
```
3232

3333
</details><br/>
3434

3535
<details>
3636
<summary>Groovy DSL</summary>
3737

38-
```shell
39-
dependencies {
38+
```shell
39+
dependencies {
4040
// ...
4141
implementation 'com.orange.ouds.android:ouds-core:0.4.0'
4242
implementation 'com.orange.ouds.android:ouds-theme-sosh:0.4.0'
4343
// ...
44-
}
45-
```
44+
}
45+
```
46+
4647
</details>
4748

4849
### 2. Initialize the Theme

theme-wireframe/Module.mustache

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,29 @@ Ensure the `theme-wireframe` module is included in your module's `build.gradle.k
2020
<details open>
2121
<summary>Kotlin DSL</summary>
2222

23-
```kotlin
24-
dependencies {
23+
```kotlin
24+
dependencies {
2525
// ...
2626
implementation("com.orange.ouds.android:ouds-core:0.4.0")
2727
implementation("com.orange.ouds.android:ouds-theme-wireframe:0.4.0")
2828
// ...
29-
}
30-
```
29+
}
30+
```
3131

3232
</details><br/>
3333

3434
<details>
3535
<summary>Groovy DSL</summary>
3636

37-
```shell
38-
dependencies {
37+
```shell
38+
dependencies {
3939
// ...
4040
implementation 'com.orange.ouds.android:ouds-core:0.4.0'
4141
implementation 'com.orange.ouds.android:ouds-theme-wireframe:0.4.0'
4242
// ...
43-
}
44-
```
43+
}
44+
```
45+
4546
</details>
4647

4748
### 2. Initialize the Theme

0 commit comments

Comments
 (0)