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

Code line numbers in revealjs presentations contain links #4988

Closed
5 tasks done
tflexs opened this issue Mar 27, 2023 · 1 comment
Closed
5 tasks done

Code line numbers in revealjs presentations contain links #4988

tflexs opened this issue Mar 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working revealjs Issues with the revealjs format
Milestone

Comments

@tflexs
Copy link

tflexs commented Mar 27, 2023

Bug description

Code line numbers in revealjs presentations contain links which take you to the first slide when clicked.

---
title: "Untitled"
format: revealjs
---

```{r}
#| echo: true
1 + 1
```

image

Info:

  • IDE: Rstudio 2023.3.0.386
  • Quarto version: 1.3.290
  • OS: Windows 11 (22000.1696)
[>] Checking versions of quarto binary dependencies...
      Pandoc version 3.1.1: OK
      Dart Sass version 1.55.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
      Version: 1.3.290
      Path: C:\Users\XXX\AppData\Local\Programs\Quarto\bin
      CodePage: 1252

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....(None)

      Unable to locate an installed version of Python 3.
      Install Python 3 from https://www.python.org/downloads/

[>] Checking R installation...........OK
      Version: 4.2.3
      Path: C:/PROGRA~1/R/R-42~1.3
      LibPaths:
        - C:/Users/XXXAppData/Local/R/win-library/4.2
        - C:/Program Files/R/R-4.2.3/library
      knitr: 1.42
      rmarkdown: 2.21

[>] Checking Knitr engine render......OK

Checklist

  • Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
  • Please format your issue so it is easier for us to read the bug report.
  • Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • Please document the operating system you're running. If on Linux, please provide the specific distribution.
  • Please provide the output of quarto check so we know which version of quarto and its dependencies you're running.
@tflexs tflexs added the bug Something isn't working label Mar 27, 2023
@cderv
Copy link
Collaborator

cderv commented Mar 27, 2023

Oh good finding. These links are introduced by Pandoc line numbering feature we use in Reveal. We probably need to remove those links for the revealjs format... 🤔

@cderv cderv added this to the v1.4 milestone Mar 27, 2023
@cderv cderv added the revealjs Issues with the revealjs format label Mar 27, 2023
@cderv cderv self-assigned this Mar 27, 2023
@cderv cderv closed this as completed in 8d0a8ef Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working revealjs Issues with the revealjs format
Projects
None yet
Development

No branches or pull requests

2 participants