-
The documentation mentions using `rst_epilog` to integrate comments on every page. I am using myst parser. Currently, myst parser does not support such a directive, but using [substitutions in myst](h…
-
Для прохідного:
✔️ ! Brief Description
❌ ! Project Name ( remove last name from name in Cargo.toml )
❌ ! Grammar Rules ( add more 2-3 complex grammar rules and don't forget tests for them )
✔️ ! U…
-
Allow HTML to contain blocks that, when parsed through a method, are replaced with variables.
For example:
```
```
Should be replaced with the value of `variable`.
-
depends on #9.
when the templating doesn't check the HTML code any more, it might make sense to add an option to check the resulting HTML for errors by trying to parse it.
might be worth another bin…
-
Preferably [parse5](https://npmjs.com/package/parse5), checking for tags/attributes similarly to [this](https://github.com/kangax/html-minifier/blob/gh-pages/src/htmlminifier.js#L214-L227).
-
-
## Description
This is an automatic error report generated for New Caledonia (NC).
Issues:
- No recent data found for `production` parser
## Suggestions
- Try running the parser locally using the c…
-
Running
df = kpt.get_schedule(browser=browser, team='Kansas') or any team
I am getting the error:
url = url + "&y=" + str(season)
schedule = BeautifulSoup(get_html(browser, url), "html.parser…
-
Need to investigate if we can replace our fragile existing HTML tokenizer/parser with something like DocumentFragment.
Advantages:
- Replace our custom, fragile code with a supported codebase.
- Use …
-
Need to use HTML parser to format HTML files: https://github.com/prettier/prettier/issues/1882#issuecomment-437631682
Currently only babylon and flow are supported parsers for coc-prettier