-
I just started using Baltisar Tidy after having used PageSpinner for many years.
When opening the old html files, Balthisar displays a message about false input-encoding and offers to convert to MacO…
-
Hi there,
I have input :
```
Nested anchor tag
Reset Password …
-
Hi,
I have input file:
```
p moved out of a #169
one
```
After parsing, output will be:
```
...
one
...
```
It's related to issue [link](https://github.com/htacg/tidy…
-
* Your Flycheck setup from `M-x flycheck-verify-setup`
Syntax checkers for buffer index.html in html-mode:
html-tidy
- may enable: yes
- executable: Found at /usr/bin/t…
-
Tidy should word wrap its message output when used in a console of arbitrary sizes. Currently all Tidy output is limited to 80 characters regardless of console dimensions.
- Sometimes when working …
-
Hello Team,
i have a problem regarding block level tags inside a paragraph.
Depending on the doctype the browsers show the `` inside the ``, or close the `` before the ``.
- ``: table allowed i…
-
I'm using latest version, imagine following html:
```
header
```
With this options:
```
indent: auto
indent-with-tabs: yes
keep-tabs: yes
wrap: 0
merge-divs: no
merge-spans: no
```
Ex…
-
Hello,
flycheck, a on the fly syntax checking solution for GNU Emacs ( http://www.flycheck.org ) has an issue with tidy's output in localized environments. It can't run properly except in an Englis…
-
Still exploring this, but was uncovered in issue #643...
If the config is `char-encoding: latin1`, and an invalid character, say 0x96, decimal 150, is found in a html comment, when tidy encounters …
-
Tidy removes the line breaks from the contents of a pre element when that element contains another element such as the code element. I expected tidy to preserve the line breaks inside the pre element …