We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19709de commit bf6c659Copy full SHA for bf6c659
crates/quarto_markdown_pandoc/src/writers/json.rs
@@ -4,7 +4,6 @@
4
*/
5
6
use crate::pandoc::{Attr, Block, Caption, CitationMode, Inline, Inlines, ListAttributes, Pandoc};
7
-use crate::utils::autoid;
8
use serde_json::{Value, json};
9
10
fn write_location<T: crate::pandoc::location::SourceLocation>(item: &T) -> Value {
0 commit comments