An open API service indexing awesome lists of open source software.

https://github.com/huseyincenik/markdown_html_reference_catalog

Markdown Html Reference Catalog
https://github.com/huseyincenik/markdown_html_reference_catalog

catalog github html kaggle markdown notebook notebook-jupyter notebooks-jupyter

Last synced: 10 days ago
JSON representation

Markdown Html Reference Catalog

Awesome Lists containing this project

README

          

# Markdown & HTML Reference Catalog

> **Every formatting pattern for notebooks, READMEs, and documentation โ€” with code examples and rendered outputs side by side.**

![Mastering Notebook Visuals](image.png)

Extracted from 500+ Kaggle competition notebooks. Every pattern that actually works across Jupyter, Kaggle, GitHub, VS Code, and HackMD.

---

## ๐Ÿ”— Links

| Platform | Link |
|----------|------|
| ๐Ÿ† Kaggle Notebook | [markdown-html-reference-catalog](https://www.kaggle.com/code/huseyincenik/markdown-html-reference-catalog) |
| ๐Ÿ“ Medium Article | [The Complete Visual Guide to Markdown & HTML Formatting](https://medium.com/@huseyinceniik/the-complete-visual-guide-to-markdown-html-formatting-in-data-science-notebooks-and-readmes-1bdc98bfa4b7) |
| โญ GitHub Repo | [markdown_html_reference_catalog](https://github.com/huseyincenik/markdown_html_reference_catalog) |

---

## ๐Ÿ“‹ What's Inside

The catalog is organized into 6 parts covering 60+ patterns:

| Part | Topic | Patterns |
|------|-------|----------|
| **Part 1** | Markdown Basics | Headings, text formatting, lists, blockquotes, code blocks, tables, math |
| **Part 2** | Section Headers & Banners | Gradient headers, photo banners, left-border dividers, neon headers, rules |
| **Part 3** | Callout Boxes & Alerts | Bootstrap alerts, custom note boxes, metric cards, comparison boxes |
| **Part 4** | Media & Layout | Images, video embedding, multi-column CSS grid, Google Fonts |
| **Part 5** | Professional Templates | Cover templates, upvote CTA banners, author cards, platform compatibility |
| **Part 6** | Advanced Patterns | Key findings boxes, sub-section dividers, score metric cards, model comparison tables, ELI5 templates |

---

## ๐Ÿš€ Highlights

- **500+ notebooks analyzed** โ€” patterns proven in top-scoring competition notebooks
- **Side-by-side format** โ€” every cell shows the raw code *and* the rendered output
- **Multi-platform tested** โ€” compatibility matrix for Kaggle, Jupyter, GitHub, VS Code, HackMD
- **Copy-paste ready** โ€” all code examples are self-contained and production-ready
- **Anonymous & generic** โ€” all patterns use placeholder data, no competition-specific content

---

## ๐Ÿ“ฆ Repository Contents

| File | Description |
|------|-------------|
| `Kaggle_Markdown_HTML_Catalog.ipynb` | The complete 62-cell reference notebook |
| `image.png` | Visual roadmap โ€” Mastering Notebook Visuals |
| `README.md` | This file |

---

## ๐Ÿ’ก Key Patterns

### Cover Banner (Part 1)
Dark gradient banner with badge pills โ€” the fastest way to make a notebook look professional.

### Dashed Key Findings Box (Part 6)
```html


โœ Key findings



  • Finding one goes here.

  • Finding two goes here.



```

### Score Metric Mini-Cards (Part 6)
```html



CV Score

0.9797



```

---

*Patterns extracted from 500+ competition notebooks ยท ยฉ 2026 ยท CC BY 4.0*