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

Indented included source gets indented #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

BarnabasSzabolcs
Copy link

Consider the following situation:

=== "source"
    ` ` `python
    {!my_source.py!}
    ` ` `

and

print('Hello, world!')

Here we'd expect

=== "source"
    ` ` `python
    print('Hello, world!')
    ` ` `

That is, every line of my_source.py gets as many tabs and spaces as many is leading the inclusion tag.

This pull request enables this inclusion mode.

@BarnabasSzabolcs
Copy link
Author

BarnabasSzabolcs commented Jul 2, 2021

@cmacmackin Chris, your plugin was very useful to me, thanks a lot for sharing it!🚀 I hope to give an addition that is not in conflict with the current functionality and is useful to others, too.

My use case is: https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#superfences

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant