should fix sections created with chapter of more than two digits
This commit is contained in:
parent
40f275bf21
commit
8e7ec6e1fd
|
@ -33,7 +33,7 @@ impl HelperDef for RenderToc {
|
||||||
}
|
}
|
||||||
|
|
||||||
let level = if let Some(s) = item.get("section") {
|
let level = if let Some(s) = item.get("section") {
|
||||||
s.len() / 2
|
s.matches(".").count()
|
||||||
} else {
|
} else {
|
||||||
1
|
1
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Loading…
Reference in New Issue