markdown-to-html
Here are 460 public repositories matching this topic...
Documentation issue
Summary
If one follows the getting started example, the resulting page does not deploy to github pages - the link on the index.html points to
http://username.github.io/blog
rather than to http://username.github.io/repo/blog
, even though the base_url
is configured to the http://username.github.io/repo/
.
Check out the repro:
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 16, 2022 - C#
-
Updated
Mar 2, 2022 - Python
-
Updated
Feb 18, 2022 - Java
-
Updated
Jan 4, 2018 - JavaScript
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Jul 19, 2021 - CSS
-
Updated
Jan 18, 2022 - HTML
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Mar 5, 2022 - PHP
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Mar 14, 2022 - SCSS
We should automatically refresh the page when making changes otherwise we'd need to do a manual refresh all the time.
-
Updated
Dec 5, 2021 - JavaScript
-
Updated
Mar 16, 2022 - C
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 16, 2022 - TypeScript
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Sep 1, 2021 - Java
-
Updated
Mar 16, 2022 - C#
-
Updated
Feb 7, 2022 - PHP
-
Updated
Sep 23, 2021 - Nim
-
Updated
Jul 23, 2021 - HTML
-
Updated
Nov 28, 2021 - C
- Straightforward now that this is implemented: #30
- YAML lib: https://github.com/KamilLelonek/yaml-elixir
- Current parsers: pardall_markdown/metadata_parser
Proposed Solution
- Parse YAML to Elixir, getting an Elixir map from the YAML FrontMatter string.
- Then, feed the resulting e
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