Skip to content

Commit

Permalink
refactor: visuals fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent 60740dc commit 69fff66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions file-handling.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,15 +591,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#security-notice-executing-any-file-operations-will-prompt-the-user-for-confirmation-before-proceeding-for-example" class="md-nav__link">
<span class="md-ellipsis">
SECURITY NOTICE: Executing any file operations will prompt the user for confirmation before proceeding, for example:
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-modes" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -887,15 +878,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#security-notice-executing-any-file-operations-will-prompt-the-user-for-confirmation-before-proceeding-for-example" class="md-nav__link">
<span class="md-ellipsis">
SECURITY NOTICE: Executing any file operations will prompt the user for confirmation before proceeding, for example:
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-modes" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -957,10 +939,10 @@ <h1 id="file-handling">File handling<a class="headerlink" href="#file-handling"
a simple way to read and write files. In this section, we will learn how to
read and write files in Radon.</p>
<blockquote>
<h3 id="security-notice-executing-any-file-operations-will-prompt-the-user-for-confirmation-before-proceeding-for-example"><strong>SECURITY NOTICE:</strong> Executing any file operations will prompt the user for confirmation before proceeding, for example:<a class="headerlink" href="#security-notice-executing-any-file-operations-will-prompt-the-user-for-confirmation-before-proceeding-for-example" title="Permanent link">&para;</a></h3>
<p><strong>SECURITY NOTICE:</strong> Executing any file operations will prompt the user for confirmation before proceeding, for example:
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>[DISK_ACCESS] This program is attempting to access the disk. Continue execution?
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>[Y/n] -&gt; _
</span></code></pre></div>
</span></code></pre></div></p>
</blockquote>
<h2 id="file-modes">File modes<a class="headerlink" href="#file-modes" title="Permanent link">&para;</a></h2>
<p>When opening a file, we can specify the mode in which we want to open the file.</p>
Expand Down
Loading

0 comments on commit 69fff66

Please sign in to comment.