diff --git a/examples/blog/contents/articles/hello-world/index.md b/examples/blog/contents/articles/hello-world/index.md index f3ed7265..39254b9a 100644 --- a/examples/blog/contents/articles/hello-world/index.md +++ b/examples/blog/contents/articles/hello-world/index.md @@ -72,37 +72,10 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum. ``` +## Links in the markdown to other items in the content tree will be resolved for you. -### Links - -Links can be added via the markdown syntax - * absolute links - * relative to current node in the content tree - * relative to root node in the content tree - * anchor on a node of the content tree - * all other links will be resolved based on the url of the current page - -Here are some markdown examples followed by the generated links - -```markdown - * [absolute url to wintersmith website](http://wintersmith.io/) -``` - * [absolute url to wintersmith website](http://wintersmith.io/) - -```markdown - * [relative to the current content tree node](../bamboo-cutter/index.md) -``` -* [relative to the current content tree node](../bamboo-cutter/index.md) - -```markdown - * [relative to the content tree root node](/articles/red-herring/index.md) -``` - * [relative to the content tree root node](/articles/red-herring/index.md) - -```markdown - * [anchor on the content tree](../markdown-syntax/index.md#link) -``` - * [anchor on the content tree](../markdown-syntax/index.md#link) +For example a link to `../bamboo-cutter/index.md` resolves to [`/articles/bamboo-cutter/`](../bamboo-cutter/index.md). +--- This is where I leave you to your own devices. Join **#wintersmith** on freenode if you have any questions. diff --git a/examples/blog/contents/css/main.css b/examples/blog/contents/css/main.css index b24c4ce2..da1e6936 100644 --- a/examples/blog/contents/css/main.css +++ b/examples/blog/contents/css/main.css @@ -307,9 +307,8 @@ p code { padding: 0.1em 0.3em 0.2em; border-radius: 0.3em; position: relative; - top: -0.15em; - background: #444; - color: #fff; + background: #fffff3; + white-space: nowrap; }