<div class="markdown">
<p dir="auto">Sort of a related question - Markdown <strong>Cross References</strong>.</p>

<p dir="auto">I couldn't find a list online of exactly what is supported by the sundown (deprecated?) markdown engine that MailMate uses in at least some places. I would assume it's the baseline text defined in John Gruber's <a href="http://daringfireball.net/projects/markdown/syntax/">Markdown Syntax</a> page, but happily MailMate supports tables per the MultiMarkdown spec.</p>

<p dir="auto">So I thought MailMate may support Cross References, as mentioned in the MultiMarkdown <a href="https://rawgithub.com/fletcher/human-markdown-reference/master/index.html">Human Markdown Reference</a> Cross Reference section, it should be possible to do:</p>

<hr>

<pre><code>You can place a link to a point in your document like this [one][], or [another][] place in the doc.

## one ##

A simple subheading in a larger document with the same name as the referring tag.

## Another place in the document [another] ##

Another place in the document that is referenced by the [another] tag in the heading
</code></pre>

<hr>

<p dir="auto">Yet when you try this example, you actually get:</p>

<hr>

<p dir="auto">You can place a link to a point in your document like this [one][], or [another][] place in the doc.</p>

<h2>one</h2>

<p dir="auto">A simple subheading in a larger document with the same name as the referring tag.</p>

<h2>Another place in the document [another]</h2>

<p dir="auto">Another place in the document that is referenced by the [another] tag in the heading</p>

<hr>

<p dir="auto">Would now be a good time to move MailMate's markdown support to MultiMarkdown, since MultiMarkdown seems to offer more features and is still developing?</p>

<p dir="auto">On 27 Oct 2013, at 16:43, Bureau wrote:</p>

<blockquote>
<p dir="auto">I sometimes send emails with many attachments in pdf and it would allow me to do in the text reference to a particular document for the user to quickly find</p>

<blockquote>
<p dir="auto">No, it's only possible when inlining images.</p>

<p dir="auto">I think it would be possible in all cases if MailMate always generated a so-called Content-ID for attachments.</p>

<p dir="auto">Why/how do you need to reference an attached document?</p>
</blockquote>
</blockquote>

</div>