Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
brodieG committed Dec 5, 2023
1 parent 3d7e546 commit 340c99b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ master branch typically mirrors CRAN and should be stable.
* [ansistrings](https://github.com/r-lib/ansistrings/), which implements similar
functionality.
* [ECMA-48 - Control Functions For Coded Character
Sets](https://www.ecma-international.org/publications-and-standards/standards/ecma-48/),
Sets](https://ecma-international.org/publications-and-standards/standards/ecma-48/),
in particular pages 10-12, and 61.
* [CCITT Recommendation T.416](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-T.416-199303-I!!PDF-E&type=items)
* [ANSI Escape Code - Wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code)
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,12 @@ including combining emoji:
You can translate ANSI CSI SGR formatted strings into their HTML
counterparts with `to_html`:

![Translate to
HTML](https://github.com/brodieG/fansi/raw/v1.0-rc/extra/images/sgr_to_html.png)
<figure>
<img
src="https://github.com/brodieG/fansi/raw/v1.0-rc/extra/images/sgr_to_html.png"
alt="Translate to HTML" />
<figcaption aria-hidden="true">Translate to HTML</figcaption>
</figure>

## Rmarkdown

Expand Down Expand Up @@ -172,7 +176,7 @@ working. The master branch typically mirrors CRAN and should be stable.
- [ansistrings](https://github.com/r-lib/ansistrings/), which
implements similar functionality.
- [ECMA-48 - Control Functions For Coded Character
Sets](https://www.ecma-international.org/publications-and-standards/standards/ecma-48/),
Sets](https://ecma-international.org/publications-and-standards/standards/ecma-48/),
in particular pages 10-12, and 61.
- [CCITT Recommendation
T.416](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-T.416-199303-I!!PDF-E&type=items)
Expand Down

0 comments on commit 340c99b

Please sign in to comment.