Hanging Indent in .md & maintaining formatting

Solution: use a shortcode.

Template (/layouts/shortcodes/biblio-ref.html):

<p class="p2">
  {{ .Inner | .Page.RenderString }}
</p>

Markdown:

{{< biblio-ref >}}
Greely, Fred, Mary Jones, and Greg Attiks. *There's a Bat in My Barn: Struggles with the New Hampshire Brown Bat*. Wildlife Press, 2012.
{{< /biblio-ref >}}

Result: