Skip to content

Commit 8985517

Browse files
committed
Undo fix heading levels in documentation
1 parent 5540f8b commit 8985517

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

ExampleMarkdown.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Example Markdown
2-
31
This document contains example output to show RDoc styling. This file was
42
created from a Markdown file.
53

ExampleRDoc.rdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
= Example RDoc
2-
31
This document contains example output to show RDoc styling. This file was
42
created from a RDoc Markup file.
53

LICENSE.rdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
= License
2-
31
RDoc is copyrighted free software.
42

53
You can redistribute it and/or modify it under either the terms of the GPL

TODO.rdoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
= TODO
2-
31
This file contains some things that might happen in RDoc, or might not.
42
Forward Looking Statements applies.
53

6-
== RDoc::VERSION.succ
4+
=== RDoc::VERSION.succ
75

8-
=== Blockers:
6+
- Blockers:
97

108
* Update LICENSE to match ruby's switch
119
* The alias keyword should not be bidirectional
@@ -15,7 +13,7 @@ Forward Looking Statements applies.
1513
* Fix consumption of , after link like: RDoc[rdoc-ref:RDoc], <- comma here
1614
* Remove support for links like Matrix[*rows]
1715

18-
=== Nice to have:
16+
- Nice to have:
1917

2018
* Parse only changed files (like in ruby)
2119
* Page of Glory (or Shame) in HTML output showing documentation coverage
@@ -28,17 +26,17 @@ Forward Looking Statements applies.
2826
* Global variable support
2927
* Provide the code_object to directive handlers
3028

31-
== More Future
29+
=== More Future
3230

33-
=== API changes to RDoc
31+
- API changes to RDoc
3432

3533
* RDoc::TopLevel#add_method should automatically create the appropriate method
3634
class rather than requiring one be passed in.
3735
* Remove #comment= from Context subclasses in favor of #add_comment
3836
* Add versions to RDoc::Markup syntax tree marshal format
3937
* Comments can no longer be Strings
4038

41-
== Crazy Ideas
39+
=== Crazy Ideas
4240

4341
* Auto-normalize heading levels to look OK. It's weird to see an <h1> in
4442
the middle of a method section.
@@ -48,7 +46,7 @@ Forward Looking Statements applies.
4846
* Rename Context to Container
4947
* Rename NormalClass to Class
5048

51-
== Accessibility
49+
=== Accessibility
5250

5351
Page title in right hand side
5452

0 commit comments

Comments
 (0)