CURRENT BEHAVIOUR
If specifying -c to cut the columns width to a certain char_no , pandoc will cut all its output to that specific char_no for each printed row , truncating the output and having consequences on link Sources/Targets
Considering gnu.dan we can see for instance line no 574562
2. The words that are not variable assignments or redirections are expanded (see <L=1p#E>Shell
Expansions</L> ). If any words remain after expansion, the first word is taken to be the name of the
command and the remaining words are the arguments.
Caused by
./documentations/gnu.sh
write_html_docu_multirule -f "h1.top" -b "body" -cd "sh" -il -c "105" -cc "${cleanup_command}"
EXPECTED BEHAVIOUR
The "line-wrap" applied to key functionaly strings such as in this case <L=1p#E>Shell Expansions</L> , should appear either on the same line or we have to make aware of vim on the multiline character of these patterns.