Faker().markdown¶ dictionary file yaml en: faker: markdown: headers: ["#", "##", "###", "####", "#####", "######"] emphasis: ["_", "~", "*", "**"] kotlin Faker().markdown.headers() // => # Faker().markdown.emphasis() // => _ Back to generators page