Rails - Inject text/ads after n paragraphs in Red Carpet markup content -


using rails 3.2.11 , redcarpet

i have website lot of articles 5-6 paragraphs, written redcarpet markup language. not sure if me using redcarpet important in case.

in code load text database code:

markdown(@article.content)

at moment, if want put google adsense-ads text can either manually in each article or put before or after article. would, however, have ad after 2nd paragraph.

is there gem or similar handle this? use:

markdown(@article.content).inject(, )


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -