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 d0893f4 commit 2a322c6Copy full SHA for 2a322c6
src/mdast.rs
@@ -76,7 +76,7 @@ pub enum AlignKind {
76
None,
77
}
78
79
-/// Implement serde according to <https://github.com/syntax-tree/mdast?tab=readme-ov-file#aligntype>
+/// Implement serde according to <https://github.com/syntax-tree/mdast#aligntype>
80
#[cfg(feature = "serde")]
81
impl serde::ser::Serialize for AlignKind {
82
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
0 commit comments