-
Notifications
You must be signed in to change notification settings - Fork 15
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
Markdown 'Table' #79
Comments
Bold in table headers is not translated |
Looks like it works just without the Markdown: | Setting | Description |
|---------------------|----------------------------------------------------|
| SCLK_PROFILE_ENABLE | Whether or not to apply the 3 following SCLK settings (0=disable,1=enable) |
| | **NOTE: This is a hidden field. If set to 0, the following 3 values are displayed as '-’** |
| SCLK_UP_HYST | Delay before sclk is increased (in milliseconds) |
| SCLK_DOWN_HYST | Delay before sclk is decresed (in milliseconds) |
| SCLK_ACTIVE_LEVEL | Workload required before sclk levels change (in %) |
| MCLK_PROFILE_ENABLE | Whether or not to apply the 3 following MCLK settings (0=disable,1=enable) |
| | **NOTE: This is a hidden field. If set to 0, the following 3 values are displayed as '-'** |
| MCLK_UP_HYST | Delay before mclk is increased (in milliseconds) |
| MCLK_DOWN_HYST | Delay before mclk is decresed (in milliseconds) |
| MCLK_ACTIVE_LEVEL | Workload required before mclk levels change (in %) | |
@apjanke You can close the issue :) |
Hello, I am facing some kind of a non-standard table in markdown:
Look for
--setprofile SETPROFILE: The Compute Profile accepts 1 or n parameters, either
in there: https://github.com/RadeonOpenCompute/rocm_smi_lib/blob/master/python_smi_tools/README.mdIt gives with
ronn --roff
:Whatabouta nice table such as one that can be found in
man 3 abs
?I don't speak ruby :< Best regards and thank you for the tool, Maxime
P.S. You already do that for correctly-formatted markdown tables! Awesome!
The text was updated successfully, but these errors were encountered: