fix(markdown): export fields of Row

This commit is contained in:
laniakea64 2026-03-21 18:01:30 -04:00 committed by Ashley Wulber
parent a9bcb00529
commit c82058e73e

View file

@ -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.