Skip to content

issues Search Results · repo:wooorm/markdown-rs language:Rust

Filter by

108 results
 (353 ms)

108 results

inwooorm/markdown-rs (press backspace or delete to remove)

From what I can tell now, we can generate HTML from markdown, or we can generate an AST. But we can t then take the AST and generate HTML using this library. And we can t get the intermediate Events because ...
  • hrydgard
  • 7
  • Opened 
    on Jul 12
  • #183

Thanks for creating and maintaining this library! Would it be feasible to also support GFM alerts? They don t seem to be part of the GFM spec, which hasn t been updated in a while, but before I write a ...
  • squidfunk
  • 2
  • Opened 
    on Jun 7
  • #180

I m building Weaving at the moment and I ve noticed some peculiar behaviour when I try to render some markdown within a html tag. The situation is this: I have some liquid in my markdown which is rendered ...
  • davemackintosh
  • 2
  • Opened 
    on May 21
  • #179

From CommonMark: https://commonmark.org/help/tutorial/10-nestedLists.html Image Image\ However, markdown-rs seems to treat nested lists as plain-text content of the parent point: Image The generated ...
  • circuitsacul
  • 1
  • Opened 
    on May 21
  • #178

Thanks for creating this powerful crate! My use case is to read a markdown file into mdast, do some modifications and then write it back to markdown. This crate supports the first part, but when I get ...
  • tisonkun
  • 2
  • Opened 
    on May 9
  • #177

HTML comments (!-- ... --) are currently escaped and rendered as text. Enabling gfm_tagsfilter does not help either. Only enabling allow_dangerous_html, which I assume just renders Node::Html to its content, ...
  • NyxCode
  • 3
  • Opened 
    on Apr 26
  • #176

Thank you for the crate! This is stellar work! I am turning markdown to HTML to send it by email. For that, I have to include a fallback plain-text version of the content, in case HTML is unsupported ...
  • NyxCode
  • 4
  • Opened 
    on Apr 24
  • #175

As a consequence of issue https://github.com/wooorm/markdown-rs/issues/169, I just wanted to suggest a technique of testing parsers and printers. Parsing and printing (serializers and deserializers) are ...
  • johnlepikhin
  • 1
  • Opened 
    on Apr 18
  • #174

Hello, Not a bug as such - I was just wondering how close you were to putting out a stable 1.0.0 release? It would help with adoption and getting this packaged for distros. See for example [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040514 ...
  • mans0954
  • 2
  • Opened 
    on Apr 14
  • #173

When I tried to parse the Markdown string using to_mdast, I found that no matter how I adjust the front matter section, the final parsed Markdown abstract syntax tree would never regard such section as ...
  • DevExzh
  • 2
  • Opened 
    on Mar 26
  • #172
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub