Skip to content

Downloadable Syntax #7

@FAXES

Description

@FAXES

Add custom syntax to add a downloadable file via Markdown. The possible syntax could be like the one below, similar to the image syntax.

Markdown:

?[File Name](External File Link)

Render:

<div class="convertDownloadable">
	<span>Download File</span>
	<a href="External File Link">File Name</a>
</div>

Added default class as per other classes in https://github.com/FAXES/markdownconvert/blob/main/dev/default.css

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions