Files
2023-01-18 21:27:19 -03:00

6 lines
363 B
Plaintext

// This file is maintained for exotic span types
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>")
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>")
#define span_header(str) ("<span class='header'>" + str + "</span>")
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>")