Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator authored Oct 1, 2022
1 parent 7bd7380 commit a072788
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,23 @@ Enhance your JSON/YAML/NEON files with variables and PHP functions as filters. C

<!-- code_chunk_output -->

- [Pars'Em Template Engine](#parsem-template-engine)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Templates Syntax Highlighting for VS Code](#templates-syntax-highlighting-for-vs-code)
- [Usage](#usage)
- [Template syntax](#template-syntax)
- [Variables](#variables)
- [Filters](#filters)
- [Example:](#example)
- [Example:](#example-1)
- [Use in code](#use-in-code)
- [Parse string or file](#parse-string-or-file)
- [Methods](#methods)
- [`Parser::parseString`](#parserparsestring)
- [`Parser::parseFile`](#parserparsefile)
- [`Parser::parseFileToString`](#parserparsefiletostring)
- [Using custom parser](#using-custom-parser)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Templates Syntax Highlighting for VS Code](#templates-syntax-highlighting-for-vs-code)
- [Usage](#usage)
- [Template syntax](#template-syntax)
- [Variables](#variables)
- [Filters](#filters)
- [Example:](#example)
- [Example:](#example-1)
- [Use in code](#use-in-code)
- [Parse string or file](#parse-string-or-file)
- [Methods](#methods)
- [`Parser::parseString`](#parserparsestring)
- [`Parser::parseFile`](#parserparsefile)
- [`Parser::parseFileToString`](#parserparsefiletostring)
- [Using custom parser](#using-custom-parser)

<!-- /code_chunk_output -->

Expand Down

0 comments on commit a072788

Please sign in to comment.