v1.33.0
🚀 Features
-
Markdown
Strings with triple qoutes (
""" markdown """
or''' markdown '''
) are now parsed as Markdown.
This is the first step in adopting Markdown support, and it’s currently limited to descriptions only:model { mobile = application { description ''' ### Multi-platform application [React Native](https://reactnative.dev) ''' } web = application { description """ ### Web Application > Provides services to customers through > the web interface. | checks | | | :--------- | :-- | | check 1 | ✅ | | check 2 | ⛔️ | | check 3 | ✅ | """ } }
Closes #1124