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

Pass character used for thematic break (hr) to render function #1031

Closed
r0the opened this issue Jan 22, 2018 · 2 comments
Closed

Pass character used for thematic break (hr) to render function #1031

r0the opened this issue Jan 22, 2018 · 2 comments

Comments

@r0the
Copy link

r0the commented Jan 22, 2018

Expectation

Markdown allows to use three different characters (-, *, or _) for thematic breaks (hr). I'd like to customize the output of the hr() render function depending on the character used.

I'd expect the following markdown to cause the function calls

  • hr('-')
  • hr('*')
  • hr('_')
---
***
___
@r0the r0the changed the title Pass character used for thematic break (hr) to renderer function Pass character used for thematic break (hr) to render function Jan 22, 2018
@Feder1co5oave
Copy link
Contributor

+1
This could go the right way for extensibility and developer experience @joshbruce

@joshbruce joshbruce added this to the 0.5.0 - Architecture and extensibility milestone Jan 23, 2018
@joshbruce joshbruce modified the milestones: 0.5.0 - Architecture and extensibility, v1.x - All the nope release Apr 4, 2018
@joshbruce
Copy link
Member

Closing as not part of the current focus - flagged for possible future consideration. See #1106 and #1216

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

No branches or pull requests

3 participants