Skip to content

Fix minor formatting issue in cpp11 vignette #309

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

Merged
merged 1 commit into from
May 17, 2023

Conversation

amoeba
Copy link
Contributor

@amoeba amoeba commented Mar 3, 2023

I found a very minor thing in the cp11 vignette in the Missing values section. Markdown renders need lists to have a preceding blank line in order to render properly.

Before this change, the corresponding text rendered like:

If you’re working with missing values, you need to know two things: * How R’s missing values behave in C++’s scalars (e.g., double). * How to get and set missing values in vectors (e.g., doubles).

After:

If you’re working with missing values, you need to know two things:

  • How R’s missing values behave in C++’s scalars (e.g., double).
  • How to get and set missing values in vectors (e.g., doubles).

I made a guess the current rendering wasn't intentional but feel free to close if it was.

Markdown renders need lists to have a preceding blank line in order
to render properly
@romainfrancois
Copy link
Collaborator

Thanks.

@romainfrancois romainfrancois merged commit 35eee2e into r-lib:main May 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants