Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in documentation about code block font sizes #92

Open
jonathan-chin opened this issue Jan 11, 2021 · 0 comments
Open

error in documentation about code block font sizes #92

jonathan-chin opened this issue Jan 11, 2021 · 0 comments

Comments

@jonathan-chin
Copy link

jonathan-chin commented Jan 11, 2021

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');
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant