Skip to content

Commit

Permalink
added support for '--clever-links' and '--monospace-links' options
Browse files Browse the repository at this point in the history
  • Loading branch information
zanerock committed Aug 11, 2024
1 parent ddfacc8 commit 2dae2ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/cli-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@ const dmdDefinitions = [
name: 'member-index-format',
type: String,
description: 'Two options to render member lists: [bold]{list} or [bold]{grouped} (default). The [bold]{list} view is loosely-based on the nodejs docs.'
},
{
name: 'clever-links',
type: Boolean,
description: 'If true, [bold]{{@link XXX}} tags are rendered in normal text if XXX is a URL and monospace (code) format otherwise.'
},
{
name: 'monospace-links',
type: Boolean,
description: 'If true, all [bold]{{@link}} tags are rendered in monospace (code) format. This setting is ignored in [bold]{--clever-links} is true.'
}
]

Expand Down

0 comments on commit 2dae2ca

Please sign in to comment.