mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 12:41:20 +08:00
fix: fix show number line issue.
This commit is contained in:
@ -61,7 +61,7 @@ export function create(str = '', options = {}) {
|
|||||||
dt.unshift(rehypePrism);
|
dt.unshift(rehypePrism);
|
||||||
}
|
}
|
||||||
dt.unshift(rehypePreviewHTML);
|
dt.unshift(rehypePreviewHTML);
|
||||||
return plugins;
|
return dt;
|
||||||
}
|
}
|
||||||
return plugins;
|
return plugins;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user