Hello, I'm trying to write some markdown that, when compiled to HTML, will give me an anchor tag that covers multiple paragraphs (and a couple headings). Because the markdown for an anchor (`[link text](link-target)`) doesn't support multiple paragraphs, I'm using raw HTML tags. Here's an example of what I'm trying to do. Input: ``````markdown # Heading Paragraph `````` Desired output: ``````html

Heading

Paragraph

`````` Real output: ``````html

Heading

Paragraph

`````` Is there a way to achieve what I'm trying to get? Possibly a way to say "don't wrap this line in a paragraph", or maybe an extension that allows for multi-paragraph links? -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/51e46a71-c669-4e1a-8074-cebcbad6c068n%40googlegroups.com.