This is a regular Quartz markdown page with no language markers at all. It should work exactly like any other Quartz page.

Testing Instructions

The sitewide language preference should have no effect on this page since there are no language-specific sections. You should not see any fallback notices.

Regular Content

This demonstrates that pages without multilingual support continue to work normally:

  • List items work
  • Bold text works
  • Italic text works
  • Inline code works

Code Block

function vanillaPage() {
  console.log("This is just a regular Quartz page");
  return "No multilingual functionality needed";
}

Behavior Expected

  1. No language switcher should appear (or it should be hidden/disabled)
  2. No fallback notices should appear
  3. Content should always be visible regardless of language preference
  4. Page should behave exactly like a standard Quartz page

This ensures backward compatibility with existing content.