hide
// META FORMATTING this.emphasizeRegex(/(^|\n)[0-9]+\. .*/g, {color: CrayonColors.ocean, fontSize: 16}) this.emphasizeRegex(/(^|\n)- .*/g, {color: Color.darkGray, fontSize: 14}) this.emphasizeRegex(/(^|\n)[A-Za-z ]+\:/g, {fontWeight: 'bold'}) this.fit()
Format
apply