dventimi
unread,Nov 6, 2009, 2:37:06 AM11/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jekyll.rb
Hi,
When I make a Markdown link using the [link target](link name) syntax
in a markdown file in my _posts directory, the resulting HTML has the
link name wrapped in enclosing paragraphs tags (<p>link name</p>) so
that it's rendered as a separate paragraph, breaking the flow of the
post. This doesn't happen when I put a link in, say, index.markdown.
Why does this happen?
Thanks!
Best,
D