markdown-to-html
Here are 411 public repositories matching this topic...
-
Updated
Jun 18, 2021 - JavaScript
The main issue is that it's painful to get a real library loaded without just creating some files and commit them. Ideally there would be a function/macro that can be used to create pages/sections.
The other files in the library
component create whatever is needed manually but it makes tests very verbose/long where 90% of the test is actually setup.
The library.rs
really needs some more tes
-
Updated
Jul 15, 2021 - Python
-
Updated
Jul 6, 2021 - C#
-
Updated
May 28, 2021 - Java
-
Updated
Jan 4, 2018 - JavaScript
-
Updated
Jul 19, 2021 - CSS
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jul 2, 2021 - HTML
-
Updated
May 9, 2021 - JavaScript
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Jul 24, 2021 - PHP
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Jul 19, 2021 - SCSS
We should automatically refresh the page when making changes otherwise we'd need to do a manual refresh all the time.
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jul 9, 2021 - C
-
Updated
Dec 26, 2020 - Java
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jul 13, 2021 - C#
-
Updated
Jan 12, 2021 - PHP
-
Updated
Jul 1, 2021 - Nim
-
Updated
Jun 29, 2021 - C
-
Updated
Mar 31, 2021 - CSS
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Feb 24, 2018 - JavaScript
Improve this page
Add a description, image, and links to the markdown-to-html topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the markdown-to-html topic, visit your repo's landing page and select "manage topics."
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n