Skip to content

Normalize Markdown syntax #3

Open
@nichtich

Description

@nichtich

Mardown allows for alternative syntax variants, for instance how to create headings, lists, whitespace, etc. Unless we agree on one normalized form, there will be many forms of exactely the same document, leading to different forms of diffs and commits that only origin from changes in markdown syntax. Luckily there is an easy method to normalize via pandoc:

pandoc -f markdown -t markdown index.md

With normalization one can also create a hash of the actual text instead of a hash of one particular form of the text.

See also issue #4 to remove metadata from the laws (right now the metadata is interpreted as markdown table).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions