Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Found a bug and here's how to fix #53

@valzi

Description

@valzi

Sorry, I don't know anything about github or python really, so I'm probably submitting this improperly.

Markdown-PP doesn't work when a file has the wrong kind of encoding. This can be fixed by changing

       try:
            f = open(filename, "r")

to

       try:
            f = open(filename, "r", encoding='utf-8')

in the file Include.py.

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