>> But I would like to see:
> foo
> bar
Then you have to press enter twice:
foo
bar
Also see the documentation of the syntax in Pier: "Paragraphs: A
single newline has no effect on the layout. An empty line starts a new
paragraph."
Lukas
>
>
> Thank you.
>
> Marek
>
>>> It works!
>>> But I have still one problem.
>>>
>>> When I type new line in text area,
>>> PRViewRenderer show me whole text in one line.
>>
>> That's a new feature. You need to add an empty line in-between to get
>> a new paragraph started. This behavior is similar to the one you have
>> in the LaTeX markup language for paragraphs.
>>
>> For example in my image the following test passes:
>>
>> string := 'foo' , String cr , 'bar'.
>> document := PRDocumentParser parse: string.
>> self assert: (PRWikiWriter write: document) = string
>>
>>> But when i try edit again, in text area i see multiple line text.
>>
>> There is something wrong. Do the Pier tests pass? If not try to
>> evaluate:
>>
>> PRDocumentParser classPool
>> removeKey: #LineMatcher;
>> removeKey: #LineMatcherDefault;
>> removeKey: #TextMatcher
>>
>> If that doesn't help, could you show some code so that we can try to
>> reproduce the problem?
>>
>> Lukas
>>
>> --
>> Lukas Renggli
>>
http://www.lukas-renggli.ch>>
>>
>> _______________________________________________
>> SmallWiki, Magritte, Pier and Related Tools ...
>>
https://www.iam.unibe.ch/mailman/listinfo/smallwiki>>
>
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
>
https://www.iam.unibe.ch/mailman/listinfo/smallwiki--
Lukas Renggli
http://www.lukas-renggli.ch_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki