Commit b69c1dd6 authored by rloic's avatar rloic

Fi python and kotlin code

parent e55d91b2
......@@ -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 :
```markdown
This block will call python interpreter
```python
print('ok')
```
This block will call kotlin interpreter
```kotlin
println("Ok")
```
```
<pre><code class="markdown">
```python
print('Ok') # Use python kernel
```
```kotlin
println("Ok") // Use kotlin kernel
```
</code></pre>
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