Fixes scribble bug #25 (in scribble/lp2, chunk should use #:tag-prefix)#43
Open
SuzanneSoy wants to merge 1 commit intoracket:masterfrom
Open
Fixes scribble bug #25 (in scribble/lp2, chunk should use #:tag-prefix)#43SuzanneSoy wants to merge 1 commit intoracket:masterfrom
scribble/lp2, chunk should use #:tag-prefix)#43SuzanneSoy wants to merge 1 commit intoracket:masterfrom
Conversation
Contributor
Author
|
This fixes issue #25 . |
Contributor
Author
|
My bad, it would seem just using 'prefixable is not enough. I must have read the docs too quickly. |
Contributor
Author
|
It seems that 'prefixable works only if we put it in the first item of what elemref calls a "tag", but which seems to be rather a taglet. Putting 'prefixable in the car of the second element of the list seems to not work. |
b0c8910 to
dcf8013
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will likely conflict with PR #42. If you merge #42 first, I'll update this so that it applies without conflicts.