Order of the Butterfly
Posts: 423 from 2003/2/24
From: Berlin
As a workaround you could "echo" the command-line in two or three steps to a file, then execute this file.
For example:
Each line is a own command:
Code:
Echo NOLINE >t:cmark "cmark-gfm -e table -e tasklist -e strikethrough"
Echo >>t:cmark " -e autolink -e tagfilter --smart --hardbreaks %sf >>RAM:T/markdown.html"
Execute t:cmark
Note the NOLINE and the single ">" in the first comand and the double ">>" in the second!