Rodrigo Pombo
Rodrigo Pombo
> @pomber so is `CH.Preview` supposed to both show the code and render an example? It does not seem to show anything for me. can you provide an example? https://play.codehike.org/
it needs some height if you want to render the mini-brower view: ``` Lorem ipsum ```
👍 we should do the same as with Scrollycoding and fallback to a static version of the component
Ideally, all the components should have a static version, not only for mobile but also for print, and for readers that don't like the interactivity. The idea is to use...
interesting, thanks for the repro
Thanks. Both are probably issues with https://github.com/code-hike/lighter. I need to make some changes there soon, so I'll make sure to fix this too.
`rust` also failing ```` ```rust // !mark(1:2) fn main() { let s1 = String::from("hello"); let s2 = s1; println!("{}", s1); println!("{}", s2); } ``` ```` From https://github.com/code-hike/v1/issues/14
Should be fixed in v1.0.0-beta.2
Related #81
> i've been wondering if CH can do this a la docusaurus, and if this could open the door to more "choose your adventure" kinds of features Yes, it's doable...