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 with new lines doesn't work #132

Open
Eccenux opened this issue Sep 29, 2021 · 0 comments
Open

Fenced code blocks with new lines doesn't work #132

Eccenux opened this issue Sep 29, 2021 · 0 comments

Comments

@Eccenux
Copy link

Eccenux commented Sep 29, 2021

This is not recognized as a code block:

cd /var/www/

# Test
echo "Test"

This works fine:

cd /var/www/
# Test
echo "Test"

It doesn't help if you put white space in the empty line. But once you add non-whitespace it seems to work fine (turns grey).

Windows 10, NB 12.3.

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