Skip to content
Discussion options

You must be logged in to vote

You can add your own block elements, don't worry, it's easier than you think. First, create a custom CSS class for your block element and add it to your theme's stylesheet, which is stored in your system/themes folder. Second, in your Markdown make a general block element with the ! character and add the CSS class to the first line.

In a nutshell, here's how to make a red text block in Datenstrom Yellow:

  • Define a .red-text-block class in your CSS.
  • Use it with ! {.red-text-block} in your Markdown.

Can you figure out the rest?

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@v-bulynkin
Comment options

Answer selected by v-bulynkin
Comment options

You must be logged in to vote
1 reply
@henryVr7
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants