HP Forums

Full Version: exploring the markup language for this website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is bold

This is italic

This is underlined

This is a URL (https://www.hpmuseum.org/guest/brogpion.htm), does it get automatically linked? Yes

This is a hyperlink Pioneer "Observational Internals"

This is a piece of code:
Code:

int main(int argc, char **argv);

This is a quoted text:
Quote:quoted text

How do people write equations? Ah, MathJax. It looks like inlined mode like $e^i\pi + 1 = 0$ is not supported, but display mode is:
$$e^{i x} = \sin x + i \cos x$$
(11-15-2023 04:41 PM)bxparks Wrote: [ -> ]How do people write equations? Ah, MathJax. It looks like inlined mode like $e^i\pi + 1 = 0$ is not supported, but display mode is:
$$e^{i x} = \sin x + i \cos x$$

Inline mode: \(e^{i x} = \sin x + i \cos x\)

Display mode: \[e^{i x} = \sin x + i \cos x\]
(To see how the markup has been used in a post, just quote it and look at the pre-filled reply text.)
Reference URL's