π 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