Skip to content

R Dev Container: restrict copy-paste to code input in mkdocs documentation #60

Open
@hturner

Description

This is issue 106 on the R Dev Container repo.

An example of where it would be helpful to restrict input is in the Example Contribution Workflow:

> askYesNo("Is this a good example?")
Is this a good example? (Yes/no/cancel) Yes
[1] TRUE 

It would be good if the copy-to-clipboard function only copied askYesNo("Is this a good example?").

Code to implement this is linked in the above issue, but you will need to work out how to integrate this with our current process for building the docs from source. The docs are built with mkdocs using Python, as described in the Contributing to docs section.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions