dactyl icon indicating copy to clipboard operation
dactyl copied to clipboard

Include specific lines from code snippets

Open ryangyoung opened this issue 7 years ago • 1 comments

It would be useful to be able to include only specific lines of a given code snippet rather than the entire file.

Here's an example of Sphinx's implementation of this: http://www.sphinx-doc.org/en/stable/markup/code.html#includes

ryangyoung avatar Mar 21 '17 22:03 ryangyoung

Made a working proof of this here: https://github.com/ripple/dactyl/compare/selective_include

mDuo13 avatar Apr 11 '17 08:04 mDuo13