I am using Jekyll 2.2.0. In my markdown file, I have a simple HTML code textarea like this:
<textarea>
hello
world
</textarea>
You can see that there are few line-breaks between hello and world. The problem is that jekyll build then removes the line-breaks between them.
How can I tell Kramdown not to remove line-breaks like this?
Thanks.
I am using Jekyll 2.2.0. In my markdown file, I have a simple HTML code
textarealike this:You can see that there are few line-breaks between hello and world. The problem is that
jekyll buildthen removes the line-breaks between them.How can I tell Kramdown not to remove line-breaks like this?
Thanks.