Markdown -> HTML

This commit is contained in:
LWinterberg
2023-08-29 12:15:46 +02:00
parent 40683e60af
commit a63eaeee71
3 changed files with 13 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ const { lin } = releaseData;
Audacity has no specific CPU or GPU requirements and should be able to run on any amd64-based computer. The <a class="hyperlink" href="https://github.com/AppImage/AppImageKit/wiki/FUSE">AppImage requires FUSE 2</a> to run.
<br>
<br>
**Note:** Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
<strong>Note:</strong> Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
</p></div>
<div class="mt-16">
<h4 class="mt-8">Other versions of Audacity</h4>

View File

@@ -21,7 +21,7 @@ const { mac } = releaseData;
Both Intel (x86_64) and Apple Silicon (ARM 64) versions are available, as well as a universal binary. There are no specific CPU or GPU requirements.
<br>
<br>
**Note:** Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
<strong>Note:</strong> Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
</p></div>
<div class="mt-16">
<h4 class="mt-8">Older versions of Audacity</h4>
@@ -30,10 +30,11 @@ const { mac } = releaseData;
</p>
<p class="mt-2">
The last tested compatible versions for relevant operating systems are:
* OS X 10.6-10.8: Audacity 2.2.2
* OS X 10.5: Audacity 2.1.1 (Intel), Audacity 2.0.6 (PPC)
* OS X 10.4: Audacity 2.0.6
<ul>
<li>OS X 10.6-10.8: Audacity 2.2.2</li>
<li>OS X 10.5: Audacity 2.1.1 (Intel), Audacity 2.0.6 (PPC)</li>
<li>OS X 10.4: Audacity 2.0.6</li>
</ul>
</p>
</div>
</DownloadPageLayout>

View File

@@ -22,7 +22,7 @@ const { win } = releaseData;
Audacity has no specific CPU or GPU requirements and should be able to run on any notebook or PC that can run aforementioned operating systems.
<br>
<br>
**Note:** Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
<strong>Note:</strong> Audacity requires fast, uninterrupted access to a hard drive or SSD to operate. Network storage, consumer-grade external hard drives or USB thumbdrives may be unreliable.
</p></div>
<div class="mt-16">
<h4 class="mt-8">Older versions of Audacity</h4>
@@ -31,10 +31,11 @@ const { win } = releaseData;
</p>
<p class="mt-2">
The last tested compatible versions for relevant operating systems are:
* Windows 7, Vista: Audacity 2.3.3
* Windows 2000, XP; no SSE2: Audacity 2.0.6
* Windows 98, ME: Audacity 2.0.0
<ul>
<li>Windows 7, Vista: Audacity 2.3.3</li>
<li>Windows 2000, XP; no SSE2: Audacity 2.0.6</li>
<li>Windows 98, ME: Audacity 2.0.0</li>
</ul>
</p>
</div>
</DownloadPageLayout>