Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchi committed Oct 11, 2024
1 parent 9726dc6 commit 7e286ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mdast_util_to_markdown/src/configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ pub struct Options {
/// Setext headings cannot be used for empty headings or headings with a
/// rank of three or more.
pub setext: bool,
/// (`bool`, default: `true`) — whether to support math (text) with a single dollar.
/// Whether to support math (text) with a single dollar (`bool`, default: `true`).
/// Single dollars work in Pandoc and many other places, but often interfere with “normal”
/// dollars in text. If you turn this off, you can still use two or more dollars for text math
/// dollars in text.
/// If you turn this off, you can still use two or more dollars for text math.
pub single_dollar_text_math: bool,
/// Marker to use for strong (`'*'` or `'_'`, default: `'*'`).
pub strong: char,
Expand Down

0 comments on commit 7e286ef

Please sign in to comment.