mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 03:52:40 +00:00
Make toc two-columns
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = function(brew){
|
|||||||
}, []).join('\n');
|
}, []).join('\n');
|
||||||
|
|
||||||
return dedent`
|
return dedent`
|
||||||
{{toc
|
{{toc,wide
|
||||||
# Table Of Contents
|
# Table Of Contents
|
||||||
|
|
||||||
${markdown}
|
${markdown}
|
||||||
|
|||||||
@@ -568,6 +568,9 @@ body {
|
|||||||
margin-left : 1em;
|
margin-left : 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.wide{
|
||||||
|
.useColumns(0.96);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
//*****************************
|
||||||
|
|||||||
Reference in New Issue
Block a user