Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd linking behavior #224

Open
chris-canipe opened this issue Apr 10, 2015 · 0 comments
Open

Odd linking behavior #224

chris-canipe opened this issue Apr 10, 2015 · 0 comments

Comments

@chris-canipe
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant