Skip to content

Commit

Permalink
update doc comment to be relevant for quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Mar 8, 2025
1 parent 136bc88 commit 5507fb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion harper-quarto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ use harper_core::{
mod masker;
pub use masker::QuartoMasker;

/// Parses a Literate Haskell document by masking out the code and considering text as Markdown.
/// Parses a quarto document by ignoring the YAML header, and treating the remainder as Markdown.
///
/// TODO: Parse [quarto specific syntax elements](https://quarto.org/docs/authoring/markdown-basics.html)
pub struct QuartoParser {
inner: Lrc<dyn Parser>,
}
Expand Down

0 comments on commit 5507fb3

Please sign in to comment.