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
- Host: GitHub
- URL: https://github.com/huseyincenik/markdown_html_reference_catalog
- Owner: huseyincenik
- Created: 2026-04-25T13:17:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T13:37:32.000Z (2 months ago)
- Last Synced: 2026-04-25T15:21:20.938Z (2 months ago)
- Topics: catalog, github, html, kaggle, markdown, notebook, notebook-jupyter, notebooks-jupyter
- Language: Jupyter Notebook
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**

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*