Skip to content

Commit bc00fad

Browse files
authored
Support quote avatar (#197)
1 parent c7a3a2f commit bc00fad

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

src/code_blocks/quote.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pub struct QuoteBlock {
1111
// The author name.
1212
// Plain text format.
1313
pub author: Option<String>,
14+
/// The avatar url.
15+
pub avatar: Option<String>,
1416
// The profile of the author.
1517
// Markdown format.
1618
pub bio: Option<String>,

0 commit comments

Comments
 (0)