Drop Cap in Markdown


Make a drop cap paragraph Link to heading

You can make a drop cap paragraph in the following way:

  • Define the drop cap in a linked .css file, for example p.drop-cap { ... }.
  • Create a shortcodes file, for example layouts/shortcodes/rawhtml.html containing {{ .Inner }}.
  • Precede the drop cap paragraph with {{ < rawhtml > }}<p class="drop-cap"> {{ < /rawhtml > }} in the markdown file.