view src/bbcode/test.html @ 51:78b2d6995244

add preview
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 22 Nov 2022 22:57:43 -0700
parents f225e82b2bf8
children
line wrap: on
line source

<!doctype html>
<html>
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<style>
			@import "bbcode.css";
		</style>
		<script src="bbcode.js"></script>
	</head>
	<body>
		<p>top</p>
		<p edit></p>
		<p>bottom</p>
	</body>
	<script>
		bbcodeCreate('p[edit]');
	</script>
</html>