Skip to content

Commit

Permalink
Update Compilation and formatting options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Aug 22, 2017
1 parent 306655a commit 4d6aa68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Compilation and formatting options.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Content type options
If you want to switch off Macdom compilation simply nest the code into `macdom-off` tag.
Default ignored areas are *style, script, textarea, code, php*.

````
```` SLIM
div
macdom-off
div
Expand All @@ -20,7 +20,7 @@ div
````

**Output**
```` html
```` HTML
<div>
div
div
Expand All @@ -34,7 +34,7 @@ If you don't want to format the output code, you can switch off the formatter
by wrapping your by `<formatter-off></formatter-off>` tag or by calling the method
`$macdom->disableOutputFormatter()` to disable the output formatter entirely.

````
```` HTML
<div>
<formatter-off>
<p>
Expand Down

0 comments on commit 4d6aa68

Please sign in to comment.