Formatting Debug Post
This is a throwaway post to verify every element renders the way
style.css intends. If something below looks off, that's the
bug — not a feature.
Headings
Heading level 3
Heading level 4
Inline Formatting
You can write strong, emphasized,
strong + emphasized, highlighted,
and Cmd + K text. Here is an inline
variable_name for good measure, plus a
link to the Hub and a long
https://huggingface.co/spaces/seton-labs/blog/with/a/very/long/url/that/might/overflow
to test overflow-wrap.
Blockquote
This is a blockquote. It should show a thin accent bar on the left and render in italic, per the stylesheet.
Lists
Unordered:
- First item
- Second item with a nested list
- Nested item A
- Nested item B
- Third item
Ordered:
- Step one
- Step two
- Step three
Code Block — Python
def greet(name: str) -> str:
"""Return a friendly greeting."""
return f"Hello, {name}!"
# Call the function
print(greet("Seton"))
Code Block — JavaScript
const train = async (model, data, epochs = 10) => {
for (let i = 0; i < epochs; i++) {
const loss = model.forward(data);
model.backward(loss);
console.log(`Epoch ${i + 1}/${epochs} — loss: ${loss.toFixed(4)}`);
}
return model;
};
// Usage
const result = await train(myModel, dataset, 20);
Table
| Element | Styled? | Notes |
|---|---|---|
| Headings | Yes | Fluid type on h1/h2 |
| Blockquote | Yes | Accent left border |
| Code | Yes | Syntax highlighted |
| Math | Yes | KaTeX rendering |
| Images | Yes | Click to enlarge |
Images
Click any image to enlarge. Use the side arrows to navigate between all images on this page.
More Images
A couple more to test the lightbox navigation.
Horizontal Rule
Text above the rule.
Text below the rule.
Collapsible Section
Click to expand (testing <details>)
Hidden body text. Useful for long appendices or changelogs.
Math
Inline math: the cross-entropy loss is $L = -\sum_{i=1}^{N} \log p(y_i \mid x_i)$. Block math — the gradient descent update rule:
$$ \theta_{t+1} = \theta_t - \eta \, \nabla_\theta \mathcal{L}(\theta_t) $$
And Bayes' theorem for good measure:
$$ P(\theta \mid \mathcal{D}) = \frac{P(\mathcal{D} \mid \theta) \, P(\theta)}{P(\mathcal{D})} $$
Edge Cases
A verylongunbrokenstringwithoutanyspacesAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA to test overflow handling.
Emoji test: 🤗 ✅ ❌ 🚀 🧪 — should render in color at body size.