Skip to content

Commit

Permalink
update readme and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
blackerby committed Jul 12, 2024
1 parent cfb76c7 commit fe0eb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# leg-cite Extension For Quarto

This filter implements citation macros for United States House and Senate bills, resolutions, and amendments, as well as Presidential Nominations. Given a short citation like `118hr8070` between curly brackets (a.k.a. braces — `{}`), the rendered Quarto document will display a link to the bill, resolution, amendment, or nomination referenced by the citation on Congress.gov.
This filter implements citation macros for United States House and Senate bills, resolutions, amendments, and committee reports, as well as Presidential Nominations. Given a short citation like `118hr8070` between curly brackets (a.k.a. braces — `{}`), the rendered Quarto document will display a link to the bill, resolution, amendment, report, or nomination referenced by the citation on Congress.gov.

## Installing

Expand Down
4 changes: 2 additions & 2 deletions example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ filters:
- leg-cite
---

This filter implements citation macros for United States House and Senate bills, resolutions, and amendments, as well as Presidential Nominations.
This filter implements citation macros for United States House and Senate bills, resolutions, amendments, and committee reports, as well as Presidential Nominations.

Given a short citation like `118hr8070` between curly brackets (a.k.a. braces — `{}`), the rendered Quarto document
will display a link to the bill, resolution, amendment, or nomination referenced by the citation on Congress.gov: {118hr8070}.
will display a link to the bill, resolution, amendment, report, or nomination referenced by the citation on Congress.gov: {118hr8070}.

If I don't supply the Congress in the macro, `leg-cite` defaults to the current Congress, like so: {s100}.

Expand Down

0 comments on commit fe0eb0f

Please sign in to comment.