From af4bf7f7846ac5545149a4b32c2c7d69d42f646c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Feb 2015 11:35:18 +0200 Subject: [PATCH] Update link text explanation --- CONTENT.md | 2 +- OUTLINE.md | 12 ++++++------ README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTENT.md b/CONTENT.md index b9b8d5a..c344cb0 100644 --- a/CONTENT.md +++ b/CONTENT.md @@ -28,4 +28,4 @@ main = putStrLn "Hello World!" ``` And don't forget that linking to content ([](somecontent.md)) and to -outlines ([](../outline/someoutline.md)) is a good idea. +outlines ([insert-title](../outline/someoutline.md)) is a good idea. diff --git a/OUTLINE.md b/OUTLINE.md index 811b3c3..424a91e 100644 --- a/OUTLINE.md +++ b/OUTLINE.md @@ -18,12 +18,12 @@ Then set up your outline as flat lists in individual sections ## Section 1 -* [](../content/subject1.md) -* [](../content/subject2.md) -* [](../content/subject3.md) +* [insert-title](../content/subject1.md) +* [insert-title](../content/subject2.md) +* [insert-title](../content/subject3.md) ## Section 2 -* [](../content/subject4.md) -* [](../content/subject5.md) -* [](../content/subject6.md) +* [insert-title](../content/subject4.md) +* [insert-title](../content/subject5.md) +* [insert-title](../content/subject6.md) diff --git a/README.md b/README.md index de6c244..df10227 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ We should use standard Markdown linking conventions as relative paths. For examp As a special feature, we *should* provide tooling that automatically fills in link text when not provided by grabbing the title from the destination. This -would be triggered by having a link such as: `[](destination.md)`. +would be triggered by having a link such as: `[insert-title](destination.md)`. ## Embedding?