Skip to content

Commit

Permalink
Support quote avatar (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd authored Mar 7, 2023
1 parent c7a3a2f commit bc00fad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/code_blocks/quote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pub struct QuoteBlock {
// The author name.
// Plain text format.
pub author: Option<String>,
/// The avatar url.
pub avatar: Option<String>,
// The profile of the author.
// Markdown format.
pub bio: Option<String>,
Expand Down
Loading

0 comments on commit bc00fad

Please sign in to comment.