Skip to content
Discussion options

You must be logged in to vote

(edit: I've copied my reprex to #10588)

I'm experiencing the same issue. This used to work in past versions, but doesn't seem to work in the latest (1.5.56).

Click here for reproducible example
  1. Copy/paste this in Bash to create all the necessary files:

    cat << EOF > _quarto.yml
    project:
      type: book
      render:
        - index.md
        - this_is_rendered.md
        - this_is_not_rendered.md
    
    book:
      title: "demo"
      chapters:
        - index.md
        - this_is_rendered.md
    
    format: html
    EOF
    
    cat << EOF > index.md
    # Front page
    
    Demo
    EOF
    
    cat << EOF > this_is_rendered.md
    # This is rendered
    
    It was specified in chapters and got rendered. 
    EOF
    
    cat << EOF > this_is_not_rendered.md
    # This is not rendered
    
    It was…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Comment options

You must be logged in to vote
3 replies
@mcanouil
Comment options

mcanouil Sep 1, 2024
Collaborator

@s2t2
Comment options

@mcanouil
Comment options

mcanouil Sep 3, 2024
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants