Commit fe3c77f
authored
🩹 [Patch]: Remove escaping of special markdown compliant characters (#39)
## Description
- Remove escaping (\) of special characters in doc files that are
compliant with markdown formatting:
- '`'
- '['
- ']'
- '<'
- '>'
- '\\'
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent f53f0d6 commit fe3c77fCopy full SHA for fe3c77f
2 files changed
+17-2Lines changed: 17 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- scripts/helpers/Build
- tests/src/PSModuleTest/public
Expand file treeCollapse file tree
Open diff view settings
Collapse file
scripts/helpers/Build/Build-PSModuleDocumentation.ps1
Copy file name to clipboardExpand all lines: scripts/helpers/Build/Build-PSModuleDocumentation.ps1+12-2Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | 50 | |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
51 | 61 | |
52 | 62 | |
53 | 63 | |
54 | 64 | |
55 | 65 | |
56 | | - |
| 66 | + |
57 | 67 | |
58 | 68 | |
59 | 69 | |
|
Collapse file
tests/src/PSModuleTest/public/New-PSModuleTest.ps1
Copy file name to clipboardExpand all lines: tests/src/PSModuleTest/public/New-PSModuleTest.ps1+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
|
0 commit comments