Test Page

01 Jan 0001

Delirium

Heading Levels

Heading 2

Delirium is a specific state of acute confusion attributable to the direct physiological consequence of a medical condition, effects of a psychoactive substance, or multiple causes, which usually develops over the course of hours to days.

Heading 3

Delirium is a specific state of acute confusion attributable to the direct physiological consequence of a medical condition, effects of a psychoactive substance, or multiple causes, which usually develops over the course of hours to days.

Heading 4

Delirium is a specific state of acute confusion attributable to the direct physiological consequence of a medical condition, effects of a psychoactive substance, or multiple causes, which usually develops over the course of hours to days.

Text Formatting

Heading Underline 1

Heading Underline 2

Normal

Normal Italic Bold Strikethrough Normalsubsup Internal code External Underline Footnote1

Italicized

Normal Italic Bold Strikethrough Normalsubsup Internal code External Underline Footnote2

Bolded

Normal Italic Bold Strikethrough Normalsubsup Internal code External Underline Footnote3

Strikethroughed

Normal Italic Bold Strikethrough Normalsubsup Internal code External Underline Footnote4

Underlined

Normal Italic Bold Strikethrough Normalsubsup Internal code External Underline Footnote5

Blockquotes

Delirium is a specific state of acute confusion attributable to the direct physiological consequence of a medical condition, effects of a psychoactive substance, or multiple causes, which usually develops over the course of hours to days.

Typographic Features

Other Stuff

Ordered List

  1. Delirium
    1. Mental Disturbance
      1. Accompanied by:
        1. Disordered speech
        2. Hallucinations
  2. A delirium of joy

Unordered List

Table

Status Disorder ID Value
Delirous Schizoaffective 001 32
Scrutable Matrix Syndrome 002 13
Lucid N/A 003 4
Scrutable Amo- 004 12

Centered Image without Glow

And a very, very nice caption

Inline Image with Glow

Delirium is a specific state of acute confusion.

It is attributable to the direct physiological consequence of a medical condition, effects of a psychoactive substance, or multiple causes, which usually develops over the course of hours to days. As a syndrome, delirium presents with disturbances in attention, awareness, and higher-order cognition. People with delirium may experience other neuropsychiatric disturbances including changes in psychomotor activity, disrupted sleep-wake cycle, emotional disturbances, disturbances of consciousness, or altered state of consciousness, as well as perceptual disturbances, although these features are not required for diagnosis.

Definition

Delirium
A specific state of acute confusion.

Inline Code

I am print("very") delirious

Code Block

// calculate reading time

const wpm = 265
const wordCount = document.querySelector(".blog-post-content").innerText.trim().split(/\s+/).length;

const readTime = Math.round(wordCount / wpm);
const readTimeDisplay = document.querySelector(".reading-time")

if (readTime <= 1) {
    readTimeDisplay.innerHTML = "1 min";
} else {
    readTimeDisplay.innerHTML = readTime.toString() + " mins";
}


1 2 3 4 5 6 7 8 9 0
a b c d e f g h i j k l m n o p q r s t u v w x y z
== != === !== <= >=
~ @ $ % &
  1. Footnote 1 

  2. Footnote 2 

  3. Footnote 3 

  4. Footnote 4 

  5. Footnote 5