You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: