Skip to content

Faker().markdown

dictionary file
en:
  faker:
    markdown:
      headers: ["#", "##", "###", "####", "#####", "######"]
      emphasis: ["_", "~", "*", "**"]
Faker().markdown.headers() // => #
Faker().markdown.emphasis() // => _