8000 Org writer: wrong indentation of properties block · Issue #3245 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Org writer: wrong indentation of properties block #3245
Closed
@ngirard

Description

@ngirard

When typing either
echo "<h2>Title</h2>" | pandoc -f html -t org
or
echo "** Title" | pandoc -f org -t org
Pandoc produces

** Title
   :PROPERTIES:
   :CUSTOM_ID: title
   :END:

The properties block shouldn't be aligned to the title but rather start at column 0:

** Title
:PROPERTIES:
:CUSTOM_ID: title
:END:

I'm using a fresh version of Pandoc built from trunk.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0