Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchi committed Oct 11, 2024
1 parent 1eead8c commit a4c1e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mdast_util_to_markdown/src/configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ pub struct Options {
/// Whether to join definitions without a blank line (`bool`, default:
/// `false`).
pub tight_definitions: bool,
/// (`bool`, default: `true`) — whether to support math (text) with a single dollar.
/// 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
pub single_dollar_text_math: bool,
}

Expand Down

0 comments on commit a4c1e32

Please sign in to comment.