Skip to content

Idea: make <main> optional #92

@dertuxmalwieder

Description

@dertuxmalwieder

From export.rs:

            Event::Enter(Container::Document(_)) => self.output += "<main>",
            Event::Leave(Container::Document(_)) => self.output += "</main>",

I would like to see that as a configuration option. Sometimes, one wants to parse more than one org file for an HTML page, and more than one <main> element is not something that should be done.

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