Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for horizontal rule in markdown files #11

Closed
ijacobs-cpa opened this issue Sep 28, 2023 · 1 comment
Closed

Add support for horizontal rule in markdown files #11

ijacobs-cpa opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@ijacobs-cpa
Copy link
Owner

In markdown files using --- will have a line be created. This can be implemented in HTML by using a <hr /> tag for when --- is seen in a file.

To implement this update the markdownfeat() function to also replace any standalone --- in markdown files with an <hr /> element.

@ijacobs-cpa ijacobs-cpa self-assigned this Sep 28, 2023
@ijacobs-cpa
Copy link
Owner Author

Added in commit c1e4bff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant