Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Asset Insertion #87

Closed
wants to merge 24 commits into from
Closed

Enhanced Asset Insertion #87

wants to merge 24 commits into from

Conversation

manuth
Copy link
Owner

@manuth manuth commented Sep 12, 2021

Currently, MarkdownConverter doesn't really let you control how to insert scripts or stylesheets.
The goal of this PR is to let the user decide on how to insert assets into the document.

The new options StyleSheetInsertion and ScriptInsertion lets the user decide on how to insert assets whose path is a Link, a RelativePath or an AbsolutePath.
Users can choose whether said assets should be Linked (which adds a link to the asset) or Included (which copies the full source of the asset into the file).

@manuth manuth linked an issue Sep 12, 2021 that may be closed by this pull request
@manuth manuth added this to the Major Release October 2021 milestone Sep 12, 2021
@manuth manuth self-assigned this Sep 12, 2021
@manuth manuth closed this Sep 12, 2021
@manuth manuth deleted the feature/asset-insertion branch September 12, 2021 19:54
@manuth manuth restored the feature/asset-insertion branch September 13, 2021 01:58
@manuth manuth deleted the feature/asset-insertion branch September 13, 2021 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML Links to External Stylesheets
1 participant