All Projects → jaspervdj → Lorem Markdownum

jaspervdj / Lorem Markdownum

Licence: other
A lorem ipsum generator for markdown

Programming Languages

haskell
3896 projects

lorem-markdownum

http://jaspervdj.be/lorem-markdownum/

Introduction

Lorem Markdownum is a lorem ipsum generator for markdown.

HTTP API

An HTTP API is available. You can use it by sending a GET request to /markdown.txt.

$ curl 'https://jaspervdj.be/lorem-markdownum/markdown.txt'
# In diva in Alcides cumque postquam reserato

## Proxima bellare te tractata Atrides exercet

Lorem markdownum, aequent vocem dixit tamen quidem crimine in maris protinus
moror *telluris* magno, marinae Latonae. Opaca tamquam ligari!

...

Arguments can be passed as query parameters, e.g.:

$ curl 'https://jaspervdj.be/lorem-markdownum/markdown.txt?underline-headers=on'
In diva in Alcides cumque postquam reserato
===========================================

Proxima bellare te tractata Atrides exercet
-------------------------------------------

Lorem markdownum, aequent vocem dixit tamen quidem crimine in maris protinus
moror *telluris* magno, marinae Latonae. Opaca tamquam ligari!

...

These are the supported parameters:

  • no-headers
  • no-code
  • no-quotes
  • no-lists
  • no-inline-markup
  • reference-links
  • no-external-links
  • underline-headers
  • underscore-em
  • underscore-strong
  • num-blocks
  • no-wrapping
  • fenced-code-blocks
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].