On Fri, Apr 24, 2015 at 6:26 PM, Cyril Ferlicot <cyril.ferlicot@gmail.com> wrote:
into your Pillar file, that will include the content of test.pillar. I recommend for now to use it at the root of the pillar file and not inside a paragraph. That still needs some improvement.
--> We now have a transformer which adds an anchor after each title. The anchor will have the text of the title. This still needs some improvement, it's really simple for now. For exemple we need to consider the case where we have 2 titles with the same text (like 'introduction').
--> Now you can add 'lineNumber=true' as parameter for a Script. This will add a numerotation at your script, usefull if we want to explain a long code.
--> I did some refactorisation on the parameters used by pillar to clean the code.
--> I did some refactorisation of the template system, the old one was really ugly and changed the baseDirectory. Now template are managed by a stream and not a file.
Looks like useful stuff. Thanks Cyril. cheers -ben