Skip to content
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

Implement fenced divs to make a two-column html output. #508

Open
jashapiro opened this issue Sep 27, 2021 · 3 comments
Open

Implement fenced divs to make a two-column html output. #508

jashapiro opened this issue Sep 27, 2021 · 3 comments
Labels
QC Relevant to the HTML QC report made available to users

Comments

@jashapiro
Copy link
Member

I looked into making two column output via markdown. It looks like we can do that with "fenced divs" https://bookdown.org/yihui/rmarkdown-cookbook/multi-column.html

Basically we add a bunch of ::: {} elements where we want to create divs, and enclose ones we want side by side with ::::{style="display: flex;"}

We can try it at least!

Originally posted by @jashapiro in AlexsLemonade/scpcaTools#37 (comment)

@jaclyn-taroni jaclyn-taroni added the QC Relevant to the HTML QC report made available to users label Sep 28, 2021
@jashapiro
Copy link
Member Author

I played around with this a bit today, and while it is easy to do from a structural point of view, it does introduce a lot of visual tweaking that would probably require some time with css to make look good. I don't know if we want to devote the design time to this at this stage, but we can circle back to it.

@jaclyn-taroni
Copy link
Member

I'm going to take this out of the current Epic.

@sjspielman
Copy link
Member

Noting I'm sending this issue over to scpca-nf, which is where the QC report now lives.

@sjspielman sjspielman transferred this issue from AlexsLemonade/scpcaTools Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QC Relevant to the HTML QC report made available to users
Projects
None yet
Development

No branches or pull requests

3 participants