You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using certain markdown syntax in the Archie theme, the output is being affected in unexpected ways. This issue aims to address the problems related to specific markdown elements and formatting inconsistencies.
Observe the output for the above markdown syntax and note any inconsistencies or rendering issues.
Additionally, insert two new lines between bullet points as follows:
* https://github.com/
* https://github.com/
Verify the output for the updated markdown syntax and identify any unexpected behavior or formatting errors.
Current Behavior:
The current behavior of the Archie theme when rendering the markdown syntax mentioned above is causing the following issues:
The text v3[272] is not being displayed correctly.
The hyperlink [int execve(const char *pathname, char *const argv[], char *const envp[]);](https://man7.org/linux/man-pages/man2/execve.2.html) is not rendering properly.
The text CR4.VMXE[bit 13] is being displayed incorrectly.
Two new lines between bullet points are not producing the expected line spacing in the rendered markdown output.
Expected Behavior:
The Archie theme should handle the specified markdown syntax consistently and accurately, ensuring the correct rendering of the content. The expected behavior is as follows:
The text v3[272] should be displayed correctly.
The hyperlink [int execve(const char *pathname, char *const argv[], char *const envp[]);](https://man7.org/linux/man-pages/man2/execve.2.html) should render properly.
The text CR4.VMXE[bit 13] should be displayed correctly.
Two new lines between bullet points should result in appropriate line spacing in the rendered markdown output.
Environment
Theme: Archie
Version: Latest version
Please let me know if you need any further information or clarification regarding this issue.
The text was updated successfully, but these errors were encountered:
Overview:
When using certain markdown syntax in the Archie theme, the output is being affected in unexpected ways. This issue aims to address the problems related to specific markdown elements and formatting inconsistencies.
Steps to Reproduce:
Current Behavior:
The current behavior of the Archie theme when rendering the markdown syntax mentioned above is causing the following issues:
v3[272]
is not being displayed correctly.[int execve(const char *pathname, char *const argv[], char *const envp[]);](https://man7.org/linux/man-pages/man2/execve.2.html)
is not rendering properly.CR4.VMXE[bit 13]
is being displayed incorrectly.Expected Behavior:
The Archie theme should handle the specified markdown syntax consistently and accurately, ensuring the correct rendering of the content. The expected behavior is as follows:
v3[272]
should be displayed correctly.[int execve(const char *pathname, char *const argv[], char *const envp[]);](https://man7.org/linux/man-pages/man2/execve.2.html)
should render properly.CR4.VMXE[bit 13]
should be displayed correctly.Environment
Please let me know if you need any further information or clarification regarding this issue.
The text was updated successfully, but these errors were encountered: