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

Fenced code blocks are supported only at the top level #172

Open
ap opened this issue Jan 22, 2021 · 0 comments
Open

Fenced code blocks are supported only at the top level #172

ap opened this issue Jan 22, 2021 · 0 comments

Comments

@ap
Copy link

ap commented Jan 22, 2021

E.g. this works fine:

```sql
SELECT count(*) FROM items WHERE 1=0
```

But if I then go to reply to this:

> ```sql
> SELECT count(*) FROM items WHERE 1=0
> ```

This does not look correct.

Then the fact that this is a fenced code block is not recognised, and instead the tildes are treated as inline code block markers, which in this case causes the entire rest of the file to get mishighlighted.

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