mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-16 21:43:55 +00:00
12 lines
196 B
HTML
12 lines
196 B
HTML
'''
|
|
This page displays the processed article in markdown format.
|
|
'''
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Processed Article</title>
|
|
</head>
|
|
<body>
|
|
<pre>{{ markdown }}</pre>
|
|
</body>
|
|
</html> |