markdown-to-html
Here are 343 public repositories matching this topic...
-
Updated
Sep 9, 2020 - JavaScript
Bug Report
Environment
Zola version: 0.12.2 (regressed from 0.11.0)
Step to reproduce
Clone https://github.com/leotsarev/leotsarev.ru/ with submodules
Install zola 0.12.2
Zola build and zola serve
Expected Behavior
Zola serve works just fine
Current Behavior
Zola serve always fails with
Error: Can't watch `sass` for changes in folder `C:\Users\leo\source
-
Updated
Dec 3, 2020 - Python
-
Updated
Dec 2, 2020 - C#
-
Updated
Jan 4, 2018 - JavaScript
-
Updated
Dec 8, 2020 - Java
-
Updated
Nov 19, 2020 - CSS
-
Updated
Oct 17, 2020 - HTML
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 28, 2020 - PHP
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Dec 4, 2020 - SCSS
-
Updated
Oct 29, 2020 - Python
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Dec 2, 2020 - C
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 9, 2020 - C#
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Nov 4, 2020 - PHP
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Dec 30, 2019 - Nim
-
Updated
Aug 23, 2020 - C++
-
Updated
Oct 10, 2020 - CSS
-
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