Skip to content
#

markdown-converter

Here are 146 public repositories matching this topic...

ian-twilightcoder
ian-twilightcoder commented Dec 30, 2019

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

enhancement good first issue

A framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The supported syntax is based on the CommonMark specification. The framework defines an abstract syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for creating HTML and attributed strings.

  • Updated Mar 22, 2022
  • Swift
yumetodo
yumetodo commented Aug 4, 2020

After #17, #18, code block backtick count is configurable. However, there is another problem.

Now let's consider such senario like below:

ex.) https://github.com/yumetodo/markdown_img_url_editor_rust/blob/master/src/lib.rs#L74

  1. Parse markdown file with pulldown-cmark
  2. Edit somewhare.
  3. Write back to markdown using pulldown-cmark-to-cmark

In this case, there is nothing to emulate

help wanted good first issue

Improve this page

Add a description, image, and links to the markdown-converter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the markdown-converter topic, visit your repo's landing page and select "manage topics."

Learn more