samsymons / RedditKit.rb

[Deprecated] A Ruby wrapper for the reddit API
https://redditkit.com/
MIT License
152 stars 26 forks source link

new lines when submitting text #28

Open ninjonxb opened 9 years ago

ninjonxb commented 9 years ago

I have a string that I am trying to post to reddit. I can't figure out how to get it to create new lines in the post. I tried adding '/n', tried adding 2 spaces, also tried 2 spaces followed by a '/n'.

na-g commented 9 years ago

Reddit Commenting Guide (very bottom) says that single newlines are ignored and that double newlines produce a single rendered line break. Hope this helps.