FIX: preserve leading <SPACE> characters when reading out (linked) node code content
don't discard leading spaces in node text, here, as it would corrupt possible ASCII ART content. if the user wants the leading spaces discarded, he could simply use strip() or other means to do so.