Hi all! :-)
Today is a good day because Pharo is helping me a lot in getting things
done (like in the Black Eyed Peas song, but nerdy style). Here you can
see a screenshot of the exportation of the outliner project I have been
working on (still in alpha):
http://www.enlightenment.org/ss/e-54206a705cafd9.68856727.jpg
Down is the Pharo outliner, upper left the markdown exportation and
upper right the pdf exportation. As you can see, I have small glitches
that need to be solved, mainly the fact that new lines are represented
in Pharo by default with CR instead of LR, which doesn't like so much to
the Pandoc[1][2] exporter. So, there is any way to change this behaviour
to make LF the default character? This has some implications when you're
writing code inside System Browsers or Playgrounds instead of my
particular app? If yes, there is any way to replace each CR for LF in a
text object, inside Pharo?
[1] http://johnmacfarlane.net/pandoc/
[2]
http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown
Thanks a lot,
Offray