-
Notifications
You must be signed in to change notification settings - Fork 22
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 Provisional Markers #338
Conversation
``` \provisionalMarker Add a provisional label to the margin \markProvisional Add a provisional label to the margin and highlight the provided text ``` Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 9986898)
``` \declareconstitemProvisional Declare Constant - Provisional \declareEnvarProvisional Declare Envar - Provisional \declareAttributeProvisional Declare Attribute - Provisional ``` Also cleanup the style sheet a bit. Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit ddb7e8f)
v4 version of PR #337 |
Well now, this is new:
|
Humm that shouldn't happen (I have the 'unlimited' plan) Let me check. |
The rate limit issue is much bigger than I thought. I'll have to dig a bit to fix a resolution. It's looking like most people resolved the issue by abandoning Travis and moving to GitHub Actions. |
We will need this merged before we can merge PR #280 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sample output looks fine to me, so I trust the implementation
Add a mechanism for labeling provisional items and text segments. Also cleanup the style sheet a bit with some comments.