mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-11 21:37:17 +00:00
[Question] How I setup a base path for img or url that use relative path ? #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @John0King on GitHub (Sep 15, 2017).
I'm new to this project, and I try to render a markdown file through MVC.
I need to config the relative path to a absolute path such like
=><img src="/doc/?path=imageName.jpg" />.Is there a way to do this ? Thanks.