Skip to content

Commit 30994ec

Browse files
Add links example
1 parent 430f8ab commit 30994ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Import-Module .\PSWriteHTML.psd1 -Force
2+
3+
4+
New-HTML {
5+
New-HTMLText -Text @(
6+
"This is a string with [SomeURL](https://evotec.xyz) and this isn't. "
7+
"This is more complicated [URL](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn535495(v=ws.11)) with double () and it doesn't work properly "
8+
"More URLs in one line [SomeURL](https://evotec.xyz) and and [SomeURL](https://evotec.xyz)."
9+
)
10+
New-HTMLText -Text @(
11+
"[Attacking Read-Only Domain Controllers (RODCs) to Own Active Directory](https://adsecurity.org/?p=3592)"
12+
)
13+
} -ShowHTML

0 commit comments

Comments
 (0)