Skip to content

Instantly share code, notes, and snippets.

View justmarkham's full-sized avatar

Kevin Markham justmarkham

View GitHub Profile
@brennandunn
brennandunn / gist:da2bce58af16d5577c82349221d587d9
Created February 10, 2023 12:08
Random number generation in ConvertKit
{% assign randomNumber = "now" | date: "%9N" | modulo: 10 | plus: 1 %}
{%- if randomNumber < 3 -%}
Message A
{%- else -%}
Message B
{%- endif -%}
@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active September 25, 2024 14:07
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux