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

apply colformat_md on content rather than dataset #72

Merged
merged 5 commits into from
Apr 19, 2022
Merged

Conversation

atusy
Copy link
Owner

@atusy atusy commented Apr 18, 2022

Solves #61, #71

@atusy
Copy link
Owner Author

atusy commented Apr 18, 2022

It seems current implementation fails to draw underlines...

@atusy
Copy link
Owner Author

atusy commented Apr 18, 2022

This seems to be the change in Pandoc's markdown parser.
I will work on this on a separate issue.

echo '[x]{.underline}' | pandoc -t native
[ Para [ Underline [ Str "x" ] ] ]

❯ echo '[x]{.underline foo=1}' | pandoc -t native
[ Para
    [ Span
        ( "" , [ "underline" ] , [ ( "foo" , "1" ) ] ) [ Str "x" ]
    ]
]

@atusy atusy merged commit ce79e40 into master Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling colformat_md() on header rows removes labels? colformat_md() breaks on grouped tables
1 participant