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

Integrate markdown-it-include plugin #138

Merged
merged 1 commit into from Sep 28, 2019
Merged

Integrate markdown-it-include plugin #138

merged 1 commit into from Sep 28, 2019

Conversation

gnaeus
Copy link

@gnaeus gnaeus commented Jun 24, 2019

Ability to include content of one markdown file to another for building single PDF from multiple markdown source files. Syntax: :[alternate-text](relative-path-to-file.md). See #86

Example

├── [plugins]
│   └── README.md
├── CHANGELOG.md
└── README.md

INPUT

Content of README.md
:[Plugins](./plugins/README.md)
:[Changelog](CHANGELOG.md)

OUTPUT

Content of README.md
Content of plugins/README.md
Content of CHANGELOG.md

@yzane yzane modified the milestones: 1.2.1, 1.3.0 Sep 7, 2019
@yzane yzane merged commit 7c9d1d1 into yzane:master Sep 28, 2019
@yzane
Copy link
Owner

yzane commented Sep 28, 2019

Thanks for your PR!

tat3 pushed a commit to tat3/vscode-markdown-pdf-2 that referenced this pull request Sep 4, 2022
Integrate markdown-it-include plugin
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.

None yet

2 participants