Mercurial Hosting > freedit
annotate 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 |
rev | line source |
---|---|
44 | 1 <!doctype html> |
2 <html> | |
3 <head> | |
4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 <style> | |
6 @import "bbcode.css"; | |
7 </style> | |
8 <script src="bbcode.js"></script> | |
9 </head> | |
51 | 10 <body> |
44 | 11 <p>top</p> |
12 <p edit></p> | |
13 <p>bottom</p> | |
14 </body> | |
51 | 15 <script> |
16 bbcodeCreate('p[edit]'); | |
17 </script> | |
44 | 18 </html> |