Skip to content

Instantly share code, notes, and snippets.

@vladpazych
vladpazych / markdown-details-collapsible.md
Last active June 24, 2020 15:02 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullet
(
This is a small test example for the funnel script.
Funnel is the script-language use in the tagion network
)
: test ( add test )
.s
3 1 +
// Firstly, we need classes.
class field {
string name
string type
// {} allows ':' syntax
constructor ({string name : string type}) {
this.name = name
this.this = type
}
using UnityEngine;
using System;
using System.Collections;
using RSG;
public partial class WaitManager {
private WaitManager () {
}
private static WaitManager _instance;
using UnityEngine;
using System.Collections;
public class CoroutineManager : MonoBehaviour {
private CoroutineManager () {
_instance = this;
}
private static CoroutineManager _instance;