Test Post
Start
Don't jump to Conclusions
Body
Text
Properties: bold, italic, code
, underlined, verbatim
, strike-through
Superindex ab and Subindex ab
Text Çatal·là i Español
Unicode 𝞉, ∂, 𝜕, 𝝏
Lists
List
- fdfd
- fdfd
- fd
Enum
- first
- second
- third
LaTeX \(\LaTeX\)
Inline \(a = b\) formula
Equation \[ \alpha \neq \beta + \gamma\]
Numbered equation with colors
\begin{equation} \alpha = {\color[RGB]{247,189,0} \beta} \end{equation}Code
C++ code, requires loading appropriate theme in publish.el to get nice syntax highlighting
int main( int argc, char** argv ) { return 0; //yeah }
Images
Tables and Plots
Table works as expected, with customizable width
x | y1 | y2 |
---|---|---|
0 | 0 | 0 |
1 | 1 | 1 |
2 | 4 | 8 |
3 | 9 | 27 |
Gnuplot SRC works, BUT result does not display inline unless I add an extra return after #+RESULTS: before the image link
plot data u 1:2 with lines, \ data u 1:3 with lines
Graphviz
Graphviz SRC works, similar to Gnuplot we need an extra return after #+RESULTS: before the image link
digraph { A->B B->C C->A }
Inline HTML
We can we use raw HTML blocks inside +BEGIN_EXPORT html
.. #+END_EXPORT
to produce output HTML with any feature not directly
supported by org-html-export. For example, the block below uses
unsupported <blockquote>
and <cite>
tags.
#+BEGIN_EXPORT html <blockquote> <p>Never whistle while you're pissing.</p> <p><cite>– Hagbard P. Celine</cite></p> </blockquote> #+END_EXPORT
This is the result:
Never whistle while you're pissing.
– Hagbard Celine
another one
#+BEGIN_EXPORT html <details> <summary>Secret sentence...</summary> <p>fnord fnord fnord fnord fnord fnord fnord fnord!</p> </details> #+END_EXPORT
produces
Secret sentence...
fnord fnord fnord fnord fnord fnord fnord fnord!
Conclusions
all of your base are belong to us all of your base are belong to us all of your base are belong to us all of your base are belong to us