question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tag class for multimedia (video / image)

See original GitHub issue

Tag class for multimedia (video / image)

Hi, does docfx supports liquid templates like Jekill? I want to create some tag class for images and video. I want add in .md files something like this:

{% include image src="www.image.source" width="300" %}

and in image file I want use something like this:

<img src="{{ include.src }} width="{{ include.width }}"

For example

https://eduardoboucas.com/blog/2014/12/07/including-and-managing-images-in-jekyll.html

Can you help me? Can i do this in docfx if I will used liquid templates ?

Looking forward to your reply. Thank you!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ashengilevychcommented, Mar 13, 2017

@vicancy It will be very cool if you extend this syntax to support the parameters. This is very scarce for the moment. It would be very convenient to use this feature.

0reactions
stale[bot]commented, Mar 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Video Embed element - HTML - MDN Web Docs - Mozilla
The HTML element embeds a media player which supports video playback into the document. You can use for audio content as well, ...
Read more >
HTML video Tag
The <video> tag is used to embed video content in a document, such as a movie clip or other video streams ... Tip:...
Read more >
How to Embed a Video Player with the HTML 5 Video Tag
Today, you can easily embed videos in an HTML document with the tag. In this article, we'll see how the tag works in...
Read more >
HTML5 - Audio & Video
The HTML5 <audio> and <video> tags make it simple to add media to a website. ... This is a URL of an image...
Read more >
How To Add Multimedia in HTML ( Images, Video, Audio)
We add images in HTML using image tag, image tag used for insert image in HTML so we have 2 attributes in image...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found