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.

$ not redering  #67

@ajbraus

Description

@ajbraus

Love markdown-pp, but having trouble with the $ character

Electric standing desks range from $200-$2000.

Rendering: 200-2000. A survey found standing desk advocates would be happy with the ...
Traceback (most recent call last):
File "/usr/local/bin/markdown-pp", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/MarkdownPP/main.py", line 112, in main
MarkdownPP.MarkdownPP(input=mdpp, output=md, modules=modules)
File "/usr/local/lib/python2.7/site-packages/MarkdownPP/MarkdownPP.py", line 28, in init
pp.process()
File "/usr/local/lib/python2.7/site-packages/MarkdownPP/Processor.py", line 49, in process
transforms = module.transform(self.data)
File "/usr/local/lib/python2.7/site-packages/MarkdownPP/Modules/LaTeXRender.py", line 77, in transform
self.render(tex) +
File "/usr/local/lib/python2.7/site-packages/MarkdownPP/Modules/LaTeXRender.py", line 100, in render
formula = formula.replace("$", "")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 163: ordinal not in range(128)

Tried with \$ and I get the same error

Rendering: 200-\2000. A survey found standing desk advocates would be happy with the ...
Traceback (most recent call last):

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 163: ordinal not in range(128)

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