jnaqsh / nerdnews

A free and open source social news website focusing on computer science and FOSS news for Persian community
http://nerdnews.ir/
43 stars 13 forks source link

new blank line #72

Closed amad closed 11 years ago

amad commented 11 years ago

It will be nice to have ability to create blank line in nerdnews markdown like text formating .. better typo and better reading experience indeed.

the concept may be double space or tab in empty line like markdown standard.

as I'm not ruby programmer I can't help or contribute to this project and I have to submit simple issue request instead of pull request.

hamedrnik commented 11 years ago

@Stunt Hi Ahmad, I appreciated your participate in the NerdNews project. We use Textile Format for our text. There is a quick tutorial for learning Textile: http://redcloth.org/hobix.com/textile/ Ahmad, @arashm and I are working on the next version of the NerdNews which has lots of new things, majority of them will be UI improvement. Thanks for your helping the NerdNews project :)

arashm commented 11 years ago

@Stunt https://github.com/Stunt Hey Ahmad, you mean the horizontal space between paragraphs? Now that you said I think we need a little space between them.

On Wed, Sep 4, 2013 at 12:01 AM, Hamed Ramezanian notifications@github.comwrote:

@Stunt https://github.com/Stunt Hi Ahmad, I appreciated your participate in the NerdNews project. We use Textile Format for our text. There is a quick tutorial for learning Textile: http://redcloth.org/hobix.com/textile/ Ahmad, @arashm https://github.com/arashm and I are working on the next version of the NerdNews which has lots of new things, majority of them will be UI improvement. Thanks for your helping the NerdNews project :)

— Reply to this email directly or view it on GitHubhttps://github.com/jnaqsh/nerdnews/issues/72#issuecomment-23740214 .

amad commented 11 years ago

@iCEAGE, your welcome

@arashm, yes commonly in long text it seems is not exquisite for reader.

unfortunately I failed to find this option in Textile's markup manual and it seems is not supported. may it needs some hacks from someone to this component or just carefully a little css adjustment for temporary fix. indeed paragraphs need space in between for more readability.

The best practices is let users to control it with markup. IMO :D

arashm commented 11 years ago

If we add an empty line between each paragraph, RedCloth will put each of them in a <p> tag. I just added a margin of 10px for each of them and every thing should look ok now.

I close the issue.