You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the markdown implementation treats linefeeds differently to the standard:
Phab 3.8 contains a new command named `find:property` which provides a visual prompt where the user can start typing the
name of a property they are interested in. Phab supports you by offering properties via autocomplete. As an alternative
you can hit enter to get a list of suggestions. After you found the property you are interested in, hit return, and phab
will display the actual value of that property, its ancestors and from where it got read.
gets rendered with line breaks after every source-line:
the markdown implementation treats linefeeds differently to the standard:
gets rendered with line breaks after every source-line:

According to the markdown spec this shouldn't happen, if you want to add a line break, you need to add 2 spaces. (See also: https://gist.github.com/shaunlebron/746476e6e7a4d698b373)
Is this configurable per project? if so how?
The text was updated successfully, but these errors were encountered: