Skip to content

Commit

Permalink
docs: better smartFormat description
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Oct 14, 2023
1 parent e4c416c commit 9ff2fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const settingsConfig: SettingSchemaDesc[] = [
{
title: 'Smart format',
description:
'Smart use of inline or display mode when inserting: ' +
'inline for middle of the line and display for start of newline. ' +
'Determine inline or display mode for new math: ' +
'inline for middle of the line and display for start of newline (not new block). ' +
'`preferDisplay` option will be honored in case of ambiguity.',
key: 'smartFormat',
type: 'boolean',
Expand Down

0 comments on commit 9ff2fb2

Please sign in to comment.