Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurgleckler/validate-html
Run the W3C HTML Validator directly from Emacs.
https://github.com/arthurgleckler/validate-html
emacs html
Last synced: 4 months ago
JSON representation
Run the W3C HTML Validator directly from Emacs.
- Host: GitHub
- URL: https://github.com/arthurgleckler/validate-html
- Owner: arthurgleckler
- License: gpl-3.0
- Created: 2020-09-12T05:54:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:29:49.000Z (4 months ago)
- Last Synced: 2024-10-24T08:13:50.954Z (4 months ago)
- Topics: emacs, html
- Language: Emacs Lisp
- Homepage:
- Size: 28.3 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
This file installs the command ~validate-html~, which sends the
current buffer to the World Wide Web Consortium's HTML Validator
service and displays the results in a buffer in Compilation mode. Use
standard Compilation commands like ~next-error~ to move through the
errors in the source buffer.