You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
320 B

  1. <header>
  2. <h1>Atlas Static Maps</h1>
  3. <p>Atlas Static Maps is an API for generating map images with markers or other overlays</p>
  4. </header>
  5. <div class="page docs">
  6. <?php
  7. $markdown = file_get_contents(__DIR__.'/../data/static-maps.md');
  8. $html = Michelf\Markdown::defaultTransform($markdown);
  9. echo $html;
  10. ?>
  11. </div>