This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
derive Debug for HeaderIndex
index-subcmd
Peng Guanwen
5 years ago
parent
80786a2fbb
commit
1dbd8874c0
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
components/rendering/src/markdown.rs
+ 1
- 0
components/rendering/src/markdown.rs
View File
@@ -28,6 +28,7 @@ pub struct Rendered {
pub toc: Vec<Header>,
pub toc: Vec<Header>,
}
}
#[derive(Debug)]
struct HeaderIndex {
struct HeaderIndex {
start: usize,
start: usize,
end: usize,
end: usize,
Write
Preview
Loading…
Cancel
Save