Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b35c23da authored by Mathieu Giraud's avatar Mathieu Giraud
Browse files

test.py: process stdin

parent fa721240
Branches
No related tags found
No related merge requests found
import sys
from plugin import GitlabLinksPlugin
if __name__ == '__main__':
plugin = GitlabLinksPlugin()
plugin.load_config({})
print(plugin.on_page_markdown(sys.stdin.read()))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment