diplodoc-platform / transform

Simple transformer YFM (Yandex Flavored Markdown) to HTML.
MIT License
50 stars 34 forks source link

feat: liquid returns result with type as type of variable #431

Closed yndx-birman closed 1 month ago

yndx-birman commented 1 month ago

If liquid receives a string containing only one variable substitution, it will return a result with the type as the type of this variable

typeof liquid('{{count}}', {count: 10}) === 'number'