Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>

Results 282 comments of Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>

Here's a better reproduction in a case where we are certain that we don't want inclusion under the scope, so it's just a silly issue: index.bigb ``` = Toplevel ==...

Hmm but then what about things that I want to show, e.g.: ``` = Some Good Book Title By John Smith (2012) ``` ? No perfect solution.

Working around for now by showing `titleSource` source instead of ID render.

One good and simple workaround for numbered and splitDefault is going to be to just inherit those properties from a cirodown.json property by default when we are the first header...

A good possible workaround for the subdir might be: https://github.com/cirosantilli/ourbigbook/issues/232

Implementation of `-O bigb` suggests that this wouldn't be ultra impossible.

E.g. pluralize bugs: https://github.com/plurals/pluralize/issues/172

At ed3b7f0ed077859f76cd140f976fa955921c67d1 we worked around this as follows: - width: 100% on narrow screens via media query - scrollbar auto on wider screens It's not perfect, but it is good...

Got it again on Cirodown 8fe735184aee3eca3c093df99dea3c3f5c8cc942 after: ``` cirodown . ``` with: ``` extract_ids README.ciro error: README.ciro:4139:1: header parent either is a previous ID of a level, a future ID,...

Moved a bit forward on 3b6ea048830bf5d9f826a0abe2320b73ab757cc3 just for fun since this feature is useless, now doesn't blow up anymore, and produces corrupt HTML instead: - headers - no Toc with...