Skip to content

Markdownish "header blocks" #56

Description

@jkeiser

Like this:

MyClass:
=======

MyFunction1:
------------
:x*x

MyFunction2:
------------
:x*x

=== is a top level header; --- is a second level header; and === or --- are ended by ===, ---, ___, or EOF.

Indent is significant as well:

MyClass:
=======

    SubClass:
    =========

    MyFunction1:
    ------------
    # This is in SubClass.
    :x*x

    MyFunction2:
    ------------
    :x*x

OuterFunction1:
--------------
# this is in MyClass, not in SubClass.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions