Fabian Iwand

Results 288 comments of Fabian Iwand

@galopin Great catch, although that's unfortunately a bug that already existed before my fix. 😅 Could I bother you to file a new issue so that we can track it?...

The "undefined" replacement for optional capture groups should be fixed now as well.

Can you share a few problematic notebook URLs to test against?

@grant From the description: > nicely typeset PDF with appropriate line length, margins, maybe page numbers, image cells not cut off between pages, etc. The example you shared is not...

@CobusT I agree. It might also help to summarize this distinction in the other issue.

**Workaround** Add a user style sheet with the following content: ```css @-moz-document url-prefix("https://observablehq.com/") { #__next div[data-node-id], .cm-content > div { scroll-margin-top: 52px; scroll-margin-bottom: 52px; } } ``` This also fixes...

@CobusT It's fixed for search results, but still a problem for anchors: 1. Go to https://observablehq.com/@ambassadors/input-history@2582 2. In the first cell *output*, look for the line that says "Go to:...

This is still an issue for anchors.

Sticky headers still cover the target:

> Just to refine this a bit, we could only surface this option when the user has edit permissions on the fork. Another way to think about this is whether...