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
The docs for code imports (https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets) show this syntax: <<< @/test/markdown/fragments/snippet.js{2}. While most of it makes sense, the {2} at the end is not documented. Does it mean "from line 2 and onward" or does it mean something else?