diff --git a/hed/schema/schema_io/schema2wiki.py b/hed/schema/schema_io/schema2wiki.py index 617b182a6..e0d216abd 100644 --- a/hed/schema/schema_io/schema2wiki.py +++ b/hed/schema/schema_io/schema2wiki.py @@ -55,7 +55,7 @@ def _write_tag_entry(self, tag_entry, parent_node=None, level=0): self.current_tag_string += f"'''{tag}'''" else: short_tag = tag.split("/")[-1] - tab_char = '\t' + tab_char = '' # Github mangles these, so remove spacing for now. # takes value tags should appear after the nowiki tag. if short_tag.endswith("#"): self.current_tag_string += f"{tab_char * level}{'*' * level} "