14 lines
163 B
Diff
14 lines
163 B
Diff
# ---
|
|
#
|
|
# Some code goes here:
|
|
#
|
|
# ```
|
|
# if (someCondition) {
|
|
# if (anotherOne) {
|
|
# // code goes here and should be indented
|
|
# }
|
|
# }
|
|
# ```
|
|
#
|
|
# ---
|