Activity log for bug #1021096

Date Who What changed Old value New value Message
2012-07-05 00:28:17 Cassidy James Blaede bug added bug
2012-07-05 00:28:46 Cassidy James Blaede elementaryweb: milestone 2.0-alpha
2012-07-05 00:31:02 Cassidy James Blaede description We should automatically give headings an ID with their title in it. For example, the following text: Example Title ------------- Should come out as: <h2 id="example-title">Example Title</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters. We should automatically give headings an ID with their title in it. For example, the following markdown text: This's an Example Title! ------------------------ Should come out as: <h2 id="thiss-an-example-title">Example Title!</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters and replace spaces with dashes as I've done above.
2012-07-05 00:31:22 Cassidy James Blaede description We should automatically give headings an ID with their title in it. For example, the following markdown text: This's an Example Title! ------------------------ Should come out as: <h2 id="thiss-an-example-title">Example Title!</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters and replace spaces with dashes as I've done above. We should automatically give headings an ID with their title in it. For example, the following markdown text: This's an Example Title! ------------------------ Should come out as: <h2 id="thiss-an-example-title">This's an Example Title!</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters and replace spaces with dashes as I've done above.
2012-07-05 00:32:13 Cassidy James Blaede description We should automatically give headings an ID with their title in it. For example, the following markdown text: This's an Example Title! ------------------------ Should come out as: <h2 id="thiss-an-example-title">This's an Example Title!</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters and replace spaces with dashes as I've done above. We should automatically give headings an ID with their title in it. For example, the following markdown text: This's an Example Title! ------------------------ Should come out as: <h2 id="thiss-an-example-title">This's an Example Title!</h2> That way we can easily link to specific bits in the docs like a section on a longer HIG page. If needed we could always prepend "heading-" or something to make sure it's unique, and of course we'd want to drop special characters, replace spaces with dashes (or underscores), and lowercase everything as I've done above.