Skip to content

Commit

Permalink
parser correction as described in quarto-dev/quarto-cli#11121
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Oct 21, 2024
1 parent cb5950f commit abccf2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _extensions/computo/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ $callout-border-width: 5px ;
color: $computo-color-dark !important;
}

.pseudocode {}
.pseudocode {
/* avoid parser error in quarto */
}

// Bad inclusion of TOC if color specified in CSS for title-block-banner
// Works when using .yml
Expand Down

2 comments on commit abccf2a

@fradav
Copy link
Contributor

@fradav fradav commented on abccf2a Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but parser bug aside, what is the use of this empty css block ?

@jchiquet
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea, probably left over from our old way of handling pseudocode. I didn't want to break anything.
It should be possible to delete without consequence

Please sign in to comment.