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
When I embed a snippet in a code snippet, restricting the lines to :1:1, the code block is rendered empty. This can temporarily be fixed by writing ::1 (which should be equivalent), so it's not urgent or anything, but I thought, you might want to fix that.
Minimal Reproduction
Create the following code block:
--8<-- "some-code-snippet-file-path.pony:1:1"
Build your site and check the result for the code block
Version(s) & System Info
Operating System: ¯\_(ツ)_/¯
Python Version: 3.8
Package Version: 10.8
The text was updated successfully, but these errors were encountered:
It's actually just a problem with specifying 1 as the start. So even ranges of something like 1:4 will exclude the first line. I know what the issue is and the fix is pretty straight forward.
Description
When I embed a snippet in a code snippet, restricting the lines to
:1:1
, the code block is rendered empty. This can temporarily be fixed by writing::1
(which should be equivalent), so it's not urgent or anything, but I thought, you might want to fix that.Minimal Reproduction
Version(s) & System Info
The text was updated successfully, but these errors were encountered: