An error occurred while fetching the assigned iteration of the selected issue.
Document how to create a table of contents
This is a nice kramdown feature :)
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This is a nice kramdown feature :)
@axil Yep! That's why I loved when I've found out that we were using Kramdown as markdown engine for GitLab.com!
There is a lot of awesome stuff we can use, I exemplified a couple things here.
One of the things I like most on Kramdown is the ability to add classes wherever we want. This would allow us to add fancy warning boxes to our posts!
There's also this feature:
{::options parse_block_html="true" /}
which let us do a lot of crazy stuff like inserting markdown markup inside html tags. I used this here. After using this parser where we want, we can "close" it with:
{::options parse_block_html="false" /}
Well, having that in mind, I think it's worthy for us to create a new doc for the markdown markup we are using with GitLab.com. After that, perhaps releasing a post on the same subject. What do you think about it?
mentioned in issue #680 (closed)
mentioned in merge request !2373 (merged)
Status changed to closed by merge request !2373 (merged)