Example Core Session

Core
Example
Just an example
Published

November 20, 2024

Text Formatting

  1. Italic and Bold will turn out like this

  2. Block quotes will look like this:

This is a blockquote made using >

  1. Tooltips can be done using a classic html style: example

  2. If relevant, you might also want to use a footnote1 instead of a tooltip.

  3. Content can also go in the margin –>

Hi! I’m a side note!

  1. Finally, you can fold entire sections:
    Surprise !

Code

Inline coding will turn out like this

Code blocks will appear like this:

print('hello world')

Warning: For these tutorials, code blocks are not evaluated by default. If you want to evaluate them, you must indicate it specifically.

print('hello back!')
[1] "hello back!"

Additionally, solution code blocks are not included by default, including them is done by setting the solutions parameter (in the YAML) to TRUE when rendering.

print('hello back!')
[1] "hello back!"

Note, this website has code linking activated, so you can click on functions to get their documentation.

Callouts

Things are a bit quick and dirty at the moment. Ultimately I will make nice new classes in a full repicentre theme that can be used for exercised etc. For the moment we will just frankenstine some existing callouts.

Note

This is a callout using {.callout-note}

Look. This callout can be used for “observation activities” (ie: look at this thing in the console). Eventually it will be more beautiful, just make sure you use this class.

WARNING. For the moment this class looks just like the “code activities” class, please make sure you use the right one.

Code. This callout can be used for “code activities”. Eventually it will be more beautiful, just make sure you use this class.

WARNING. For the moment this class looks just like the “observation activities” class, please make sure you use the right one.

Tabsets

Images

You can insert images by referring to their relative path using markdown syntax or HTML. Note that the markdown syntax does not allow you to modify image size. In either case, make sure to add alt text for accessibility.

Markdown style syntax:

example image alt text

HTML style syntax (with specification of desired size):

example image alt (html)

Footnotes

  1. example footnote↩︎