hologram icon indicating copy to clipboard operation
hologram copied to clipboard

Odd linking behavior

Open chris-canipe opened this issue 9 years ago • 0 comments

I'm using 1.4.0 and trying to create a link using the [link description][component_name] syntax. What's odd is that the link does not work within HTML unless a link has already been specified outside of HTML.

For example:

<figure>
  <figcaption>[link description][component_name]</figcaption>
</figure>

Outputs the literal syntax:

[link description][component_name]

However:

[link description][component_name]
<figure>
  <figcaption>[link description][component_name]</figcaption>
</figure>

Outputs the links:

link description
link description

chris-canipe avatar Apr 10 '15 17:04 chris-canipe