Skip to content

Commit

Permalink
fixup! Implement parsing and conversion for heading attribute blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lo48576 committed Dec 2, 2021
1 parent 0f7e3ca commit 1816c7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/firstpass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ impl<'a, 'b> FirstPass<'a, 'b> {
node_ix: TreeIndex,
has_trailing_content: bool,
) -> Option<usize> {
dbg!(
&self.tree[node_ix],
&self.text[self.tree[node_ix].item.start..]
);
let bytes = self.text.as_bytes();
let (n, level) = scan_setext_heading(&bytes[ix..])?;
let mut attrs = None;
Expand Down

0 comments on commit 1816c7d

Please sign in to comment.