summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-5157/nested_itemized_markdown_blockquote.rs
blob: cf200d04e08ef9bdb77717872584a1c86156590a (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-wrap_comments: true

/// > For each sample received, the middleware internally maintains a sample_state relative to each DataReader. The sample_state can either be READ or NOT_READ.
///
/// > > For each sample received, the middleware internally maintains a sample_state relative to each DataReader. The sample_state can either be READ or NOT_READ.
///
/// > > > For each sample received, the middleware internally maintains a sample_state relative to each DataReader. The sample_state can either be READ or NOT_READ.
///
/// > > > > > > > > For each sample received, the middleware internally maintains a sample_state relative to each DataReader. The sample_state can either be READ or NOT_READ.
fn block_quote() {}