fix(markdown): export fields of Row
This commit is contained in:
parent
a9bcb00529
commit
c82058e73e
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ pub struct Column {
|
|||
#[derive(Debug, Clone)]
|
||||
pub struct Row {
|
||||
/// The cells of the row.
|
||||
cells: Vec<Vec<Item>>,
|
||||
pub cells: Vec<Vec<Item>>,
|
||||
}
|
||||
|
||||
/// A bunch of parsed Markdown text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue