-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
issue with as_paragraph_md(from = "commonmark+strikeout") #97
Comments
My guess would be that huxtable checks don't hit that particular case but I haven't looked...? |
I'll take a look
|
I reproduced the error without as_paragraph_md("---") It seems like Is there any way to add horizontal break in a cell of flextable? If not, I would do warn if there is a horizontal rule, and then replace it with a plain |
📝 HorizontalRule is a block-element without content. That is a unique characteristic compared to other block-elements (e.g., Para, Header, Div, ...) $ echo '---\n\nfoo bar' | pandoc -t native
[ HorizontalRule , Para [ Str "foo" , Space , Str "bar" ] ] |
No sorry, in flextable, a cell can only contain a paragraph |
Alright, then I will add some warnings. |
closing via #98 I will make a release in a few days. |
Hello @atusy and @hughjonesd
I was trying to fix errors with huxtable or ftExtra I introduced in flextable because of a recent refactoring, and I found this from 'huxtable' using 'ftExtra'. I did not find the reason and realized with CRAN version of 'flextable' and 'ftExtra' I could reproduce the error.
Created on 2024-02-23 with reprex v2.1.0
Session info
I don't really understand why this fails on my computer but not in the check page of huxtable. Do you have an idea of what is happening?
The text was updated successfully, but these errors were encountered: