You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/test/fixture/docbook/test.md b/test/fixture/docbook/test.md
index fe86218..0d4a9f7 100644
--- a/test/fixture/docbook/test.md+++ b/test/fixture/docbook/test.md@@ -22,6 +22,10 @@ This is some markdown
}
```
+## Test invalid HTML++This particular part <has> some <invalid> HTML tags. This breaks Confluence!+
## Subtitle
Links [here](https://www.google.com). **Bold**, _italic_, ~~strikethrough~~, `inline code`.
Applying this diff to the test fixtures will generate invalid HTML. We should add a check after generating the HTML that it is valid.
To reproduce:
Apply the above addition to the test fixture
Run make test-output to generate the build/index.html
Upload/copy the contents of build/index.html into the W3 Validator
Observation:
Perhaps there is a validator library to do this, so we can pass it through there before proceeding?
The text was updated successfully, but these errors were encountered:
Applying this diff to the test fixtures will generate invalid HTML. We should add a check after generating the HTML that it is valid.
To reproduce:
make test-output
to generate thebuild/index.html
build/index.html
into the W3 ValidatorObservation:
Perhaps there is a validator library to do this, so we can pass it through there before proceeding?
The text was updated successfully, but these errors were encountered: