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
When using random_text() over and over in a bulleted list/repeating text chunks, I thought it'd be great to have some variation to declare as an argument. Something like the below:
random_text(nwords = x, text_option = 1) Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
random_text(nwords = x, text_option = 2) Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
random_text(nwords = x, text_option = 3) At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.
The text was updated successfully, but these errors were encountered:
When using
random_text()
over and over in a bulleted list/repeating text chunks, I thought it'd be great to have some variation to declare as an argument. Something like the below:random_text(nwords = x, text_option = 1)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.random_text(nwords = x, text_option = 2)
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.random_text(nwords = x, text_option = 3)
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.The text was updated successfully, but these errors were encountered: