HP Forums
exploring the markup language for this website - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Test forum (/forum-18.html)
+--- Thread: exploring the markup language for this website (/thread-20845.html)



exploring the markup language for this website - bxparks - 11-15-2023 04:41 PM

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$$


RE: exploring the markup language for this website - ijabbott - 11-17-2023 08:35 PM

(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\]


RE: exploring the markup language for this website - EdS2 - 11-18-2023 09:18 AM

(To see how the markup has been used in a post, just quote it and look at the pre-filled reply text.)