-
```
Rewrite hsmarkdown, markdown2pdf, and html2markdown in Haskell.
Don't use fancy libraries (to keep dependencies down), and don't link in
the pandoc library. Instead, just use system calls. Have t…
-
Forwarded from https://bugs.launchpad.net/ubuntu/+source/python-html2text/+bug/1318227
Currently it stops conversion on any decode error:
```
$ html2markdown broken_text
Traceback (most recent call …
-
The install instructions say to use
$ pip install html2text
that only gets the Aaron's old version
$ html2markdown --version
html2markdown 3.200.3
Suggestion: Remove instructions from README.md ?
-
Is it possible to convert back into markdown? e.g.
``` html
task 1
task 2
```
``` javascript
md.toMarkdown() // outputs the below:
```
``` ma…
-
```
What steps will reproduce the problem?
1. Run pandoc on foo bar
What is the expected output? What do you see instead?
Expected that the HTML entity would be preserved; instead, it is…
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Create an HTML document with an A tag like bar.
pandoc chooses to encode this as
[bar][1]
[1]:…
-
Here: https://github.com/CodeSelfStudy/codeselfstudy_flask/blob/feature-db/app/codeselfstudy/templates/add_post.html
Or, alternatively, implement a live-updating preview via Knockout? Maybe let users…
-
```
What steps will reproduce the problem?
1. Run pandoc on foo bar
What is the expected output? What do you see instead?
Expected that the HTML entity would be preserved; instead, it is…
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Create an HTML document with an A tag like bar.
pandoc chooses to encode this as
[bar][1]
[1]:…
-
```
What steps will reproduce the problem?
1. echo "foo" | html2markdown
2. Observe that the result is "o:p\>foo\no:p\>"
3. Wish for the result to be "foo" and some tidy-style warnings about
unrecogn…