I'm getting some dark sections when converting from AZW3 to EPUB, and I was wondering if there are some settings in Calibre that I can tweak to fix this, as I prefer to take notes in EPUB app.
below is the HTML for this specific section:
Code:
<div class="note">
<p class="normal">By default, the name of the project will match the folder name. The <code
class="inlineCode">dotnet new console</code> command created a project file named <code
class="inlineCode">HelloCS.csproj</code> in the <code class="inlineCode">HelloCS</code> folder. If you want to
create a folder and project simultaneously, then you can use the <code class="inlineCode">-o</code> switch. For
example, if you are in the <code class="inlineCode">Chapter01-vscode</code> folder and you want to create a
subfolder and project named <code class="inlineCode">HelloCS</code>, then you enter the following command:</p>
<pre class="programlisting con"><code class="hljs-con">dotnet new console -o HelloCS
</code></pre>
</div>
[IMG]<blockquote class="imgur-embed-pub" lang="en" data-id="a/qv54Li5" data-context="false" ><a href="//imgur.com/a/qv54Li5"></a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>[/IMG]
[IMG]<blockquote class="imgur-embed-pub" lang="en" data-id="a/dJZtG46" data-context="false" ><a href="//imgur.com/a/dJZtG46"></a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>[/IMG]