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

Write a function to remove href's from code cells, to solve the empty_link issue #27

Open
mxjay24 opened this issue Nov 10, 2022 · 0 comments
Assignees

Comments

@mxjay24
Copy link

mxjay24 commented Nov 10, 2022

In the HTMLs we create from RMD/QMD documents, the code cells contain an 'empty link' which a screen reader would skip past, resulting in the majority of the content being missed out. These sections are structured as follows:

To rectify this we need to remove the href = "#num" from this sequence using regular expressions.

@mxjay24 mxjay24 self-assigned this Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant