You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this feature, I am going to be implementing the
tag within markdown.
Inside markdown, to get a thematic break, the syntax is as follows:
To make this change active, I will modify the romanssg.py file and make small changes to how the .md file is being read. It will look for the specific syntax "---" and write a
tag within html.
The text was updated successfully, but these errors were encountered:
For this feature, I am going to be implementing the
tag within markdown.
Inside markdown, to get a thematic break, the syntax is as follows:
To make this change active, I will modify the romanssg.py file and make small changes to how the .md file is being read. It will look for the specific syntax "---" and write a
tag within html.
The text was updated successfully, but these errors were encountered: