We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, in episode 3 of the git lesson there are two challenge blocks adjacent to each other: http://swcarpentry.github.io/git-novice/03-create/index.html, but the get_blocks() function is only returning one continuous block quote.
get_blocks()
Note that I can get around this with the graph representation or maybe inserting a break after the tag, but it's still annoying nonetheless.
library("up2code") git <- get_lesson("swcarpentry/git-novice") #> cloning into '/tmp/Rtmp6aov4N/swcarpentry--git-novice'... #> Receiving objects: 1% (84/8345), 42 kb #> Receiving objects: 11% (918/8345), 394 kb #> Receiving objects: 21% (1753/8345), 590 kb #> Receiving objects: 31% (2587/8345), 2427 kb #> Receiving objects: 41% (3422/8345), 6381 kb #> Receiving objects: 51% (4256/8345), 7406 kb #> Receiving objects: 61% (5091/8345), 8102 kb #> Receiving objects: 71% (5925/8345), 8407 kb #> Receiving objects: 81% (6760/8345), 8647 kb #> Receiving objects: 91% (7594/8345), 8871 kb #> Receiving objects: 100% (8345/8345), 10134 kb, done. git$episodes$`03-create.md`$challenges #> {xml_nodeset (1)} #> [1] <block_quote>\n <heading level="2">\n <text xml:space="preserve">Plac ...
Created on 2020-05-12 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, in episode 3 of the git lesson there are two challenge blocks adjacent to each other: http://swcarpentry.github.io/git-novice/03-create/index.html, but the
get_blocks()
function is only returning one continuous block quote.Note that I can get around this with the graph representation or maybe inserting a break after the tag, but it's still annoying nonetheless.
Created on 2020-05-12 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: