Skip to content

Commit

Permalink
update line numbers in links
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Jul 10, 2019
1 parent d62ecb8 commit 140c81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown
Expand Up @@ -60,7 +60,7 @@ ggplot(airquality,
````
`````

But you can look into [Yihui's blog post](https://yihui.name/en/2017/11/knitr-verbatim-code-chunk/) for the details, or at the markdown source for my post [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L33)
But you can look into [Yihui's blog post](https://yihui.name/en/2017/11/knitr-verbatim-code-chunk/) for the details, or at the markdown source for my post [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L39)

# So, how to do the same thing for inline code?

Expand All @@ -74,7 +74,7 @@ You can show people the inline R code bit using the function `knitr::inline_expr

> The months of the year are `` `r knitr::inline_expr("month.name")` ``

And if you want to see how I wrote that, I think the easiest way is to see what the markdown code [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L69).
And if you want to see how I wrote _that_, I think the easiest way is to see what the markdown code [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L75).

# End

Expand Down
4 changes: 2 additions & 2 deletions content/post/2019-07-10-jq-verbatim-inline-r.markdown
Expand Up @@ -63,7 +63,7 @@ ggplot(airquality,
````
`````

But you can look into [Yihui's blog post](https://yihui.name/en/2017/11/knitr-verbatim-code-chunk/) for the details, or at the markdown source for my post [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L33)
But you can look into [Yihui's blog post](https://yihui.name/en/2017/11/knitr-verbatim-code-chunk/) for the details, or at the markdown source for my post [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L39)

# So, how to do the same thing for inline code?

Expand All @@ -77,7 +77,7 @@ You can show people the inline R code bit using the function `knitr::inline_expr

> The months of the year are `` `r month.name` ``
And if you want to see how I wrote that, I think the easiest way is to see what the markdown code [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L69).
And if you want to see how I wrote _that_, I think the easiest way is to see what the markdown code [here](https://github.com/rbind/njtierney.com/blob/master/content/post/2019-07-10-jq-verbatim-inline-r.Rmarkdown#L75).

# End

Expand Down

0 comments on commit 140c81e

Please sign in to comment.