### Serve MkDocs Documentation Locally Source: https://facelessuser.github.io/ApplySyntax/about/contributing This command allows you to preview the documentation locally after installing the required packages. It starts a local web server at http://localhost:8000. ```bash mkdocs serve ``` -------------------------------- ### Apply Syntax with 'match: all' Rules (JSON) Source: https://facelessuser.github.io/ApplySyntax/usage This example demonstrates applying 'Handlebars/Handlebars' syntax when a file matches both a specific file path pattern ending in '.html' and contains a specific script type attribute for Handlebars. ```json { "syntax": "Handlebars/Handlebars", "match": "all", "rules": [ {"file_path": ".*\\.html$"}, {"contains": "