Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #38 from markelog/patch-1
Browse files Browse the repository at this point in the history
Update links to kramdown site
  • Loading branch information
Vadim Makeev committed Dec 12, 2015
2 parents f26e0d0 + 5dcd160 commit e38d7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You don't need to recreate or think on Shower's HTML structure, you just delimit

##### id for the slide

By default the slide would take an `id` from it's content, almost like in GitHub-flavored markdown. But if you want to override it, you could use the syntax [kramdown](http://kramdown.rubyforge.org) (which is used for Jekyller) provides, like this:
By default the slide would take an `id` from it's content, almost like in GitHub-flavored markdown. But if you want to override it, you could use the syntax [kramdown](http://kramdown.gettalong.org) (which is used for Jekyller) provides, like this:

``` md
## I'm a slide! {#Foo}
Expand Down Expand Up @@ -201,7 +201,7 @@ Also, Shower engine allows you to say if the image should be fit to the width or

#### Tables

As Jekyller is using kramdown engine, you can use the [kramdown syntax for tables](http://kramdown.rubyforge.org/syntax.html#tables).
As Jekyller is using kramdown engine, you can use the [kramdown syntax for tables](http://kramdown.gettalong.org/syntax.html#tables).

Briefly, you can use them like that::

Expand Down

0 comments on commit e38d7ec

Please sign in to comment.