15 Commits

Author SHA1 Message Date
Denise Vangel-MSFT
95910d97fd
Update ts-bitlocker-cannot-encrypt-tpm-issues.md 2020-12-09 10:09:00 -08:00
Trond B. Krokli
875568eadf
MarkDown syntax highlighting, whitespace cleanup
As I mentioned in PR #8704 (**Format of resolution for "The TPM is locked out."**), "ps" does not identify as a syntax highlighting code keyword for PowerShell. The keywords "powershell" or "PowerShell" should be used in the current implementation of GitHub Flavored MarkDown (GFM). The syntax highlighting added in PR PR #8704, "ps" translates to PostScript via one of its filename extensions (.ps, .eps, .epsi, .pfa), whereas PowerShell can only be identified via its filename extensions .ps1, .psd1, .psm1 when not using its dedicated keyword PowerShell/powershell. Secondary IDs like filename extensions are discouraged as long as known keywords exist and are valid.

The Linguist project here on GitHub (https://github.com/github/linguist) for a complete list of syntax highlighting keywords:
- https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
 ("Defines all Languages known to GitHub.")

Proposed changes:
- correct the MarkDown code block syntax highlighting keyword "ps" to "powershell"

Whitespace changes:
- remove redundant end-of-line blanks
- reduce the spacing between metadata and page title from 2 to 1 blank line
- add missing NewLine at end-of-file (last line)

Ticket closure or reference:

ref. #8704
2020-12-06 00:33:16 +01:00
Dominic Jean
eb41ea66cd
Format of resolution for "The TPM is locked out."
The resolution for the "The TPM is locked out." issue was missing newline characters in the PowerShell commands. This change adds newline characters between the commands so that the command is easier to run.
2020-11-24 11:38:31 -08:00
Daniel Simpson
aa976647f8 addingbitlocker metadata 2020-08-25 14:58:29 -07:00
Teresa-Motiv
d2a2ce4090 Metadata updates 2019-11-07 15:37:44 -08:00
Teresa-Motiv
a89605e013 Edits 2019-10-18 15:43:30 -07:00
Teresa-Motiv
75abe52e2a Edits 2019-10-18 15:08:29 -07:00
Teresa-Motiv
99083ee479 Edit 2019-10-09 11:55:33 -07:00
Teresa-Motiv
893aab227b Metadata 2019-10-07 14:13:07 -07:00
Teresa-Motiv
a1fe3f16ca Alt text & descriptions 2019-10-07 14:09:00 -07:00
Teresa-Motiv
07a583dc2a Edits 2019-10-05 18:53:41 -07:00
Teresa-Motiv
4c1585b7ba Edits 2019-10-03 13:58:16 -07:00
Teresa-Motiv
b98aa6f1d0 Metadata 2019-09-27 11:43:45 -07:00
Teresa-Motiv
b4b28407ab Metadata updates 2019-09-26 15:44:34 -07:00
Teresa-Motiv
036dc14dac Reorganization 2019-09-25 11:18:09 -07:00