module Middleman::Extensions::Lorem::LoremObject
def paragraphs(total)
-
(String)
-
Parameters:
-
total
(Fixnum
) --
def paragraphs(total) (1..total).map do sentences(randm(3..7)).capitalize end.join("\n\n") end
(String)
-
total
(Fixnum
)
--
def paragraphs(total) (1..total).map do sentences(randm(3..7)).capitalize end.join("\n\n") end