Commit b69c1dd6 authored by rloic's avatar rloic

Fi python and kotlin code

parent e55d91b2
...@@ -48,15 +48,13 @@ println("Hello World") ...@@ -48,15 +48,13 @@ println("Hello World")
You can use multiple languages in the same document, as the kernel is choose by the language name, i.e. the code block : You can use multiple languages in the same document, as the kernel is choose by the language name, i.e. the code block :
```markdown <pre><code class="markdown">
This block will call python interpreter ```python
```python print('Ok') # Use python kernel
print('ok') ```
``` ```kotlin
This block will call kotlin interpreter println("Ok") // Use kotlin kernel
```kotlin ```
println("Ok") </code></pre>
```
```
You can find an usage example at [usage](example.md) and view the [result in the IDE](example.png) You can find an usage example at [usage](example.md) and view the [result in the IDE](example.png)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment