Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from hakimel:master #88

Open
wants to merge 228 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 9, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

sojinsamuel and others added 4 commits August 12, 2022 11:49
The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
Signed-off-by: sashashura <[email protected]>
@pull pull bot added the ⤵️ pull label Jan 9, 2023
hakimel and others added 25 commits January 10, 2023 09:48
GitHub Workflows security hardening
If the markdown contains something that is indented by more that the
`leadingTabs`/`leadingWs` then extra white space is incorrectly removed.
ie the following example:

```
    <section data-markdown>
    some text
       indented text
          more indented text
    </section>
```

would result in the following markdown:

```
some text
   indented text
  more indented text
```

We can work around this problem by using a function to generate the
replace value.
…orting in editing environments like slides.com
* Fix overlap in overview when config.disableLayout === true

* run gulp js
after commit 9193e5c

---------

Co-authored-by: Hakim El Hattab <[email protected]>
hakimel and others added 30 commits March 23, 2024 12:27
Fix `r-stack` overflow behaviour on Chromium browsers
Re-add question mark for help
There are various other commas in the same regex that aren't escaped.

This one doesn't need escaping either.
Fix escape before comma in regex is redundant
Fix typo in jsdoc: presentation
Previously, only openSearch() was exported.  For symmetry, add
closeSearch().  For convenience, also add toggleSearch().
gulp package: fixing encoding before piping to zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.