Cite
@magic-modules/cite
this is the @magic-modules Cite component.
It adds “” around the cite and sets font-style: italic; css.
“@magic-modules/cite”
- Wizards & Witches
installation
npm install --save-exact @magic-modules/cite
usage
Markdown:
<Cite quote="Insightful Citation String" author="Awesome Person"></Cite>
Javascript:
Cite({ quote: 'Insightful Citation String', author: 'Awesome Person' })
renders
“Insightful Citation String”
- Awesome Person
source
the source for this page is in the example directory and gets built and published to github using @magic