<h1 align="center">
  <!-- Logo -->
  <br/>
  @marko/compat-v4
	<br/>

  <!-- Language -->
  <a href="http://typescriptlang.org">
    <img src="https://img.shields.io/badge/%3C%2F%3E-typescript-blue.svg" alt="TypeScript"/>
  </a>
  <!-- Format -->
  <a href="https://github.com/prettier/prettier">
    <img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Styled with prettier"/>
  </a>
  <!-- CI -->
  <a href="https://github.com/marko-js/ssr-to-html/actions/workflows/ci.yml">
    <img src="https://github.com/marko-js/ssr-to-html/actions/workflows/ci.yml/badge.svg" alt="Build status"/>
  </a>
  <!-- Coverage -->
  <a href="https://codecov.io/gh/marko-js/ssr-to-html">
    <img src="https://codecov.io/gh/marko-js/ssr-to-html/branch/main/graph/badge.svg?token=TODO"/>
  </a>
  <!-- NPM Version -->
  <a href="https://npmjs.org/package/ssr-to-html">
    <img src="https://img.shields.io/npm/v/ssr-to-html.svg" alt="NPM Version"/>
  </a>
</h1>

Install this module when upgrading from `marko@4` to `marko@5`.
This package will bring back many deprecated api's with automated migrations to help smooth over the upgrade process.

If you are using `marko-widgets` in your project, you can instead install [marko-widgets@8](https://github.com/marko-js/compat/blob/main/packages/marko-widgets/README.md) when upgrading (this module will be loaded automatically along side that module).
