Added Doordash and have JJ meetings
This commit is contained in:
@ -12,7 +12,7 @@ rootdir = "/Users/normrasmussen/Documents/Northpass/Scripts/API_Notes/SampleNote
|
||||
|
||||
def findheadings():
|
||||
headingsarray = []
|
||||
with open(rootdir + "G2.md", "r") as myfile:
|
||||
with open(rootdir + "Flink.md", "r") as myfile:
|
||||
file = myfile.readlines()
|
||||
for headings in file:
|
||||
if "##" in headings:
|
||||
@ -38,6 +38,7 @@ def noteSections(rootdir):
|
||||
def mdConvert(rootdir, notes):
|
||||
conversion = markdown.markdown(notes)
|
||||
print(notes)
|
||||
# Add Conversion variable to payload for hubspot. Copy functions from the other files.
|
||||
|
||||
if __name__ == "__main__":
|
||||
noteSections(rootdir)
|
||||
|
||||
Reference in New Issue
Block a user