Skip to content

Indentation in extension blocks #12

@prollynomial

Description

@prollynomial

Braces should provide a means to set block indentation to a root level i.e.

html {
    body {
        md-compile {
            # Title 1
            ## Title 2
        }
    }
}

would be transformed into:

# Title 1
## Title 2

for parsing by md-compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions