Mercurial Hosting > freedit
view src/bbcode/test.html @ 53:cac477dd1f82
convert image and video urls
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Nov 2022 22:54:43 -0700 |
parents | 78b2d6995244 |
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>