jima80525 / markplates

Tool to do templated line-based file inclusions in markdown texts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import_source throws if range goes past end of file

jima80525 opened this issue · comments

{{ import_source("football_pandas.py", ["63-68", ], "python", True) }}

Throws an error if football_pandas.py has fewer than 68 lines.

It should print a reasonable error message that indicates the error.

closed in version 1.6