Skip to content

Commit 9eeba0c

Browse files
authored
Minor HTML / markdown fixes
1 parent 0f737cd commit 9eeba0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For cmd.exe support, perform the same steps above but in a cmd.exe window.
3232
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
3333
1. Ensure the latest version of PSReadLine (2.0 or later) is installed. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading).
3434
- You can verify that 2.0 was installed by running `(Get-Module PSReadLine).Version`. If the installation does not appear to work, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987)
35-
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#whats-the-powershell-profile-file "What's the PowerShell `$profile` file?")</sup>
35+
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#profile-explanation)</sup>
3636

3737
</p>
3838
</details>
@@ -56,7 +56,7 @@ In Windows 10, the titlebar color can be set system-wide in Settings → Persona
5656
## Frequently Asked Questions
5757

5858
<dl>
59-
<dt>What's the PowerShell <code>$profile</code> file?</dt>
59+
<dt><a id="profile-explanation" name="profile-explanation">What's the PowerShell <code>$profile</code> file?</a></dt>
6060
<dd>This is a PowerShell file that's run when a PowerShell session is started, similar to a <code>.bashrc</code>. Type <code>$profile</code> in a PowerShell window to see the path. See https://ss64.com/ps/syntax-profile.html for more detail.</dd>
6161
<dt>After applying the theme, other consoles don't always have the right colors.</dt>
6262
<dd>There are two possible reasons for this:
@@ -70,7 +70,7 @@ In Windows 10, the titlebar color can be set system-wide in Settings → Persona
7070
</ol>
7171
</dd>
7272
<dt>What's that crazy cmd.exe prompt string?</dt>
73-
<dd>The cmd.exe prompt value can be broken down into the following [ANSI escape sequences](http://ascii-table.com/ansi-escape-sequences.php)
73+
<dd>The cmd.exe prompt value can be broken down into the following <a href="http://ascii-table.com/ansi-escape-sequences.php">ANSI escape sequences</a>:
7474
<ul>
7575
<li><code>E[1;32;40m</code> - normal text with a green foreground and black background</li>
7676
<li><code>→ </code> - unicode arrow and space</li>

0 commit comments

Comments
 (0)