Skip to content

Commit

Permalink
Merge branch '1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Oct 28, 2023
2 parents 88be1b7 + 361ac90 commit bb986de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ You may also use the `|md` filter for [parsing Markdown in your frontend markup]
{{ '**Text** is bold.' | md }}
```

> **Note:** Since Winter CMS v1.2.2, the Markdown parser is using the [CommonMark library](https://github.com/thephpleague/commonmark) to parse content, which follows the [CommonMark spec](https://spec.commonmark.org/current/). If you have Markdown content that is no longer parsing correctly, you may install the [Parsedown plugin](https://github.com/wintercms/wn-parsedown-plugin) to restore the Parsedown library that was used prior to Winter CMS v1.2.2.
## Twig template parser

Twig is a simple but powerful template engine that parses HTML templates in to optimized PHP code, it the driving force behind [the frontend markup](../markup), [view content](../services/response-view#views) and [mail message content](../services/mail#message-content).
Expand Down

0 comments on commit bb986de

Please sign in to comment.