legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
35 lines (25 loc) • 655 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>input</title>
<meta name="title" content="Simple Test Document">
<meta name="author" content="Test Author">
<meta name="date" content="2025-07-26">
<style>
/* Default CSS */
/* Custom CSS */
</style>
</head>
<body>
<html>
<head></head>
<body>
<h1>Simple Test Document</h1>
<p>Author: Test Author<br>Date: 2025-07-26</p>
<p>This is a simple test document.</p>
</body>
</html>
</body>
</html>