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

figure and figcaption support #9

Open
jolidog opened this issue May 27, 2016 · 0 comments
Open

figure and figcaption support #9

jolidog opened this issue May 27, 2016 · 0 comments
Assignees

Comments

@jolidog
Copy link
Member

jolidog commented May 27, 2016

Add support to the _post_responsive-images.jade

from:
{[IMAGE CLASS]}![[ALT TEXT]](/image-source "[TITLE TEXT]")

to

<figure class="[IMAGE CLASS]">
  <img alt="[ALT TEXT]" title="[TITLE TEXT]" src="/image-source" />
  <figcaption>[TITLE TEXT]</figcaption>
</figure>
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

2 participants