Skip to content

Idea: make <main> optional #92

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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