you can use plugin_wiki instead.
Of you can use markmin and define your own syntax. For example you can
do
extra = {'youtube': lambda code: "<object width="640"
height="385"><param name="movie" value="http://www.youtube.com/v/%s?
fs=1&hl=en_US"></param><param name="allowFullScreen"
value="true"></param><param name="allowscriptaccess" value="always"></
param><embed src="http://www.youtube.com/v/%s?fs=1&hl=en_US"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385"></embed></object>" %
(code,code)}
text = """
# here is a video
``l7AWnfFRc7g``:youtube
"""
html=MARMIN(text,extra)
On Nov 4, 1:31 pm, Luther Goh Lu Feng <[email protected]> wrote:
> Very nice. How can one embed videos from youtube, vimeo, using
> markmin?
>
> On Nov 5, 2:25 am, mdipierro <[email protected]> wrote:
>
> > it has been included for some time. You can use it via the MARKMIN
> > helper.
>
> > On Nov 4, 12:34 pm, villas <[email protected]> wrote:
>
> > > That looks like a great combination with the editor!
> > > Is Markitup going to be included as standard?
>
> > > -D
>
>