-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
reStructuredText code
and code-block
directives regression
#914
Comments
TL;DR ReST `code` and `code-block` directives are broken in GH see github/markup#106 see github/markup#914 Removing `:linenos:` apparently fixes the display issue
- Allow user to set UNIFYCR_SERVER_DEBUG_LOG to specify the path to the server debug log. Previously is was not possible to override the hard-coded default value: #define DBG_FNAME "/l/ssd/serverdbg" This would result in an error message starting unifycrd if the default path is unavailable. - When generating the debug log file name, add a dash "-" before appending the rank id. - Remove some unneeded braces around some nearbyi single-line if statements. - Update example server startup script in the manual to set UNIFYCR_SERVER_DEBUG_LOG and UNIFYCR_META_DB_PATH since most people will need to set these to get things working. - Remove :linenos: directives from examples scripts as this apparently breaks rendering of reStructuredText code blocks on github. See github/markup#106 See github/markup#914
This seems to be partially working. If I put |
…ed on Github Issue on Github: github/markup#914 (comment)
…roken for 5 years wow... github/markup#914
Any fixes planned ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this a limitation of docutils? |
Confirmed regression of issue #106 reStructuredText
code
andcode-block
directivesThe text was updated successfully, but these errors were encountered: