Skip to content

Commit

Permalink
docs: rebuild README
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 6, 2024
1 parent 5786134 commit 07bca15
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,20 @@ readLines(markdown_file)
#> [22] ""
#> [23] "**What is wrong with bold text?** What?"
#> [24] ""
#> [25] ""
#> [25] "The [difference between working openly and transparently](https://wiki.mozilla.org/Working_open#Open_vs._Transparent)."
#> [26] ""
#> [27] ""
#> [28] "This is a footnote [^ok]."
#> [29] ""
#> [30] "[^ok]: Some more information."

``` r
unleash(markdown_file)
readLines(markdown_file)
```

#> [1] "This is a **sentence**."
#> [2] "This is another [sentence](https://github.com)."
#> [2] "This is another[sentence](https://github.com)."
#> [3] ""
#> [4] "In this paragraph I made random line breaks."
#> [5] "How annoying is it?!"
Expand All @@ -112,4 +117,10 @@ readLines(markdown_file)
#> [21] "**What is wrong with bold text?**"
#> [22] "What?"
#> [23] ""
#> [24] ""
#> [24] "The [difference between working openly and transparently](https://wiki.mozilla.org/Working_open#Open_vs._Transparent)."
#> [25] ""
#> [26] "This is a footnote [^ok]."
#> [27] ""
#> [28] "[^ok]: Some more information."
#> [29] ""
#> [30] ""

0 comments on commit 07bca15

Please sign in to comment.