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

Display the raw tagname in the tag functions #214

Merged
merged 3 commits into from
Apr 16, 2021

Conversation

schloerke
Copy link
Collaborator

div
#> function (..., .noWS = NULL, .render = NULL)
#> {
#>     validateNoWS(.noWS)
#>     contents <- dots_list(...)
#>     tag("div", contents, .noWS = .noWS, .render = .render)
#> }

@schloerke schloerke requested a review from wch April 15, 2021 22:00
@schloerke schloerke changed the base branch from master to tag_render_fn April 15, 2021 22:06
@schloerke
Copy link
Collaborator Author

I've changed the base branch to #215 as this method will need to be adjusted.

The GHA will not run anymore as the branch is not master.

If the concept is good, we can merge it and have #215 run the checks.

R/tags.R Outdated Show resolved Hide resolved
R/tags.R Show resolved Hide resolved
@cpsievert cpsievert merged commit 6098a8a into tag_render_fn Apr 16, 2021
@cpsievert cpsievert deleted the cleaner_tag_function branch April 16, 2021 18:23
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.

3 participants