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

Allow heading output to have decorated id's #173

Closed
wants to merge 1 commit into from

Conversation

phiggins42
Copy link

Simple tiny change to allow intercepting the lexer results to
decorate the headings in the parser with potentially unique id's.

would be useful for bulk processing of a tree of .md and/or deep linking
to a section via #hash in rendered output

Simple tiny change to allow intercepting the lexer results to
decorate the headings in the parser with potentially unique id's.

would be useful for bulk processing of a tree of .md and/or deep linking
to a section via #hash in rendered output
@Mithgol
Copy link
Contributor

Mithgol commented Jun 17, 2013

For future references: #173 is relatively compact, and #117 seems to offer more options.

@phiggins42
Copy link
Author

@Mithgol yah, I saw #117 and #129 would provide the same functionality except it has been open for several months with a concern on performance. I would gladly take the small perf hit on parsing by using #129. The addition of a single ternary here gets me over the hurdle I am currently facing, the rest of the rendering intercepts would just be nice to have.

@chjj
Copy link
Member

chjj commented Aug 2, 2013

Closed in favor of #181.

@chjj chjj closed this Aug 2, 2013
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

Successfully merging this pull request may close these issues.

None yet

3 participants