You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is in version 1.0.0. currently, the documentation says to put the styling after the code block:
### Hello World
```javascript
console.log('Hello world');
```{style="font-size: 36pt"}
When trying this, all other slides after that one aren't rendered. Instead, the style specification should be added in the opening triple backticks, such as:
### Hello World
```{style="font-size: 36pt"}
console.log('Hello world');
```
The text was updated successfully, but these errors were encountered:
this is in version 1.0.0. currently, the documentation says to put the styling after the code block:
When trying this, all other slides after that one aren't rendered. Instead, the style specification should be added in the opening triple backticks, such as:
The text was updated successfully, but these errors were encountered: