Skip to content

Commit

Permalink
LRDOCS-9669 Remove "| " from admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhinkey committed Aug 10, 2021
1 parent 32bf575 commit 584b768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def append_to_line(line, new_line):

def end_sidebar(sidebar_line, newFile):
if sidebar_line not in "":
sidebar_line = sidebar_line.replace("| ", "")
newFile.write(sidebar_line)
newFile.write("```\n")
sidebar_line = ""
Expand Down

0 comments on commit 584b768

Please sign in to comment.