Skip to content

Commit

Permalink
index: Attempt to render ToC separately from div
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc committed May 31, 2024
1 parent 24ffb96 commit ea3c8dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{% comment %} GitHub.com viewers: please use the Outline button in the top-right corner for ToC! {% endcomment %}
{% include spec.html %}

*Source code [provided by HMD] for B2G, Linux 4.9 kernel and certain LGPL-2.1 licensed libraries used on the 6300 4G can be found in [`leo-v20` branch of this repository]. Note that it doesn't contain proprietary code from third parties and thus cannot be used to compile a fully working KaiOS firmware.*

<div style="display:flow-root">
<img id="toc" align="right" width="450" style="width:450px;visibility:visible" src="assets/img/nokia_6300_4G-emotional-Range.png" alt="Nokia 6300 4G in three colours stacking on top of each other" fetchpriority="high">
{{ toc | markdownify }}
</div>

{% capture toc %}
**Table of Contents**
- [Don't buy a counterfeit](#dont-buy-a-counterfeit)
- [About Kosher phones](#about-kosher-phones)
Expand All @@ -18,8 +20,7 @@
- [UART debugging testpoint](#uart-debugging-testpoint)
- [Sideloading and debugging third-party applications](#sideloading-and-debugging-third-party-applications)
- [External links](#external-links)

</div>
{% endcapture %}

In late 2020, as people need to stay connected amid the height of the [COVID-19 pandemic], HMD Global quietly introduced the new Nokia 6300 4G with KaiOS 2.5.4. Following the successful relaunch of the Nokia-branded retros 2720 Flip and 800 Tough, the 6300 4G packs a bunch of modern features, such as 4G LTE, Wi-Fi and social apps like WhatsApp and Facebook into a pocket-friendly design, whilst inheriting the classic candy-bar look of the original Nokia 6300. It was [one of the most affordable] the company has ever offered in its KaiOS lineup, at €49/$69.99, though still pricier than the general KaiOS devices. Since then, the phone has gained popularity and also mixed reviews from the community, notably on its performance and keypad typing experience.

Expand Down

0 comments on commit ea3c8dd

Please sign in to comment.