diff --git a/content/patterns/serving.md b/content/patterns/serving.md index 4145f2b..1f90bfb 100644 --- a/content/patterns/serving.md +++ b/content/patterns/serving.md @@ -21,7 +21,7 @@ Then, whenever you push to master, you will also be updating the site found at y This URL will be in the following format: ``` -[your user name].github.io/[your library repo name]` +[your user name].github.io/[your library repo name] ``` You'll also need to add it to your `config.toml` file. See {{% pattern "Library setup" %}} for more information. diff --git a/content/patterns/writing/expandable-sections.md b/content/patterns/writing/expandable-sections.md index ac187ea..3dd01f3 100644 --- a/content/patterns/writing/expandable-sections.md +++ b/content/patterns/writing/expandable-sections.md @@ -8,8 +8,8 @@ In some cases, where there is a lot of content, it's helpful to collapse certain The `expandable` shortcode takes three parameters: * **label** — This is the label for the the section heading. -* **level** — This is the heading level (e.g. `2` or `

`) that will contain the label. If you omit a level parameter, no heading is used; it's just a button -* **open** — Include this and give it a value of "true" or "yes" to make the section expanded on page load +* **level** — This is the heading level (e.g. `level="2"` for a `

`) that will contain the label. If you omit a level parameter, no heading is used; it's just a button. +* **open** — Include this and give it a value of "true" or "yes" to make the section expanded on page load. Here's what the code might look like for a simple expandable section containing markdown: @@ -19,7 +19,7 @@ Here is some markdown including [a link](https://twitter.com/heydonworks). Donec {{% /expandable %}} {{}} -Let's look at what that outputs as: +Let's look at what that outputs: {{% expandable label="A section of dummy text" level="2" %}} Here is some markdown including [a link](https://twitter.com/heydonworks). Donec erat est, feugiat a est sed, aliquet pharetra ipsum. Vivamus in arcu leo. Praesent feugiat, purus a molestie ultrices, libero massa iaculis ante, sit amet accumsan leo eros vel ligula. diff --git a/docs/images/icon-info.svg b/docs/images/icon-info.svg index a6b1a0f..1e2384f 100644 --- a/docs/images/icon-info.svg +++ b/docs/images/icon-info.svg @@ -1,4 +1,4 @@ - + diff --git a/docs/images/icon-warning.svg b/docs/images/icon-warning.svg index d0895b4..49d20fc 100644 --- a/docs/images/icon-warning.svg +++ b/docs/images/icon-warning.svg @@ -1,4 +1,4 @@ - + diff --git a/docs/index.html b/docs/index.html index 61929cd..3ec2b7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,6 +69,24 @@ + + + + + + + + + + + + + + + + + +
@@ -217,51 +235,10 @@
-

To get started, take a look at - - - - - - - - - - - - - - - - - - - - - - - - - - - - Installation - - - - - - - - - - - - - - -.

+

To get started, take a look at Installation.

+ + git+https://github.com/Heydon/infusion.git