indented_tangle_directive.md (221B)
1 # Indented tangle directive 2 Having indentation should not matter. 3 4 For example, let's say we have stuff in a list: 5 - Item one 6 <!-- :Tangle DIRNAME/FILENAME.out --> 7 ```sh 8 echo 'this should tangle out.' 9 ```