Skip to content

Commit

Permalink
test: #312
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 16, 2024
1 parent 51a0a46 commit 8dee638
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ansi/testdata/TestRendererIssues/312.golden
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@

  File                                                                       
                                                                             
 bold text with URL https://www.example.com                                  
                                                                            
 italic text with URL https://www.example.com                                
                                                                            
 URL https://www.example.com                                                 
                                                                            
 url with bold within https://www.example.com                                
                                                                            
 url with italic within https://www.example.com                              
                                                                            
 entire url text is bold https://www.example.com                             
                                                                            
 entire url text is italic https://www.example.com                           

14 changes: 13 additions & 1 deletion testdata/issues/312.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# File

**[URL](https://www.example.com)**
**bold text with [URL](https://www.example.com)**

_italic text with [URL](https://www.example.com)_

[URL](https://www.example.com)

[url with **bold** within](https://www.example.com)

[url with _italic_ within](https://www.example.com)

[**entire url text is bold**](https://www.example.com)

[_entire url text is italic_](https://www.example.com)

0 comments on commit 8dee638

Please sign in to comment.