flow-netbeans-markdown icon indicating copy to clipboard operation
flow-netbeans-markdown copied to clipboard

Fenced code blocks with new lines doesn't work

Open Eccenux opened this issue 4 years ago • 0 comments

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.

Eccenux avatar Sep 29 '21 12:09 Eccenux