jima80525 / markplates

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern matching on function names is a bit weak.

jima80525 opened this issue · comments

having two functions, first_a() and first_b(), it's doesn't seem possible to use import_function() to get first_b

Addressed in commit 85ef98c. Not yet released.