Loading repository data…
Loading repository data…
mopires / repository
Imagine crafting elegant, semantic HTML structures without the clutter of angle brackets. Pretty Markup, a revolutionary preprocessor like Sass for CSS or TypeScript for JavaScript, Pretty Markup takes HTML to the next level.
Imagine crafting elegant, semantic HTML structures without the clutter of angle brackets (really human-friendly). Pretty Markup, a revolutionary preprocessor like Sass for CSS or TypeScript for JavaScript, Pretty Markup takes HTML to the next level.
< >, Hello Readability: Pretty Markup reimagines HTML syntax, potentially using a more natural language-like approach. This could make writing HTML a breeze, boosting developer productivity.
.pm pm
To use the
pmcommand, install it globally. Or, usenpx pm
import { compiler } from 'pretty-markup';
const pm = "h1 \"Hey! This's a Heading 1\" /h1"
const html = compiler(pm)
console.log(html);
// Output
// <!DOCTYPE html>
// <h1>
// Hey! This's a Heading 1</h1>
//
Pretty Markup and install the extension. Open VSCode and type ctrl+P, type this: ext install mopires.pretty-markup-language-basics
We welcome contributions! Please see our CONTRIBUTING.md for details on how you can help improve the project.
Report bugs or improvements at https://github.com/mopires/pretty-markup/issues
This project is licensed under the MIT License.