Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Miller committed Jan 29, 2021
1 parent bf84e85 commit 066be74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ def importCustom(custom_json):
return custom_entities

def exportMarkdown(title,custom,entities):
mdf = MdUtils(file_name='README',title=title)

### BEGIN REMOVE THIS SECTION BEFORE GENERAL USE ###
mdf.new_header(level=1, title='DO NOT USE THIS REPOSITORY IN PRODUCTION')
mdf.new_paragraph(
Expand All @@ -191,8 +193,6 @@ def exportMarkdown(title,custom,entities):
"reflective of the organization in which it was to be used. "
)
### END REMOVE THIS SECTION BEFORE GENERAL USE ###
mdf = MdUtils(file_name='README',title=title)


# Create the Overview Section
mdf.new_header(level=1, title='Overview')
Expand Down

0 comments on commit 066be74

Please sign in to comment.