Skip to content

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

Filter by

97 results
 (107 ms)

97 results

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

Hi there, There is a bug somewhere in state.rs → container_phrasing(), which makes it panic with the message like byte index 212 is not a char boundary at line 245. I reproduced it in simple test: https://github.com/johnlepikhin/markdown-rs/commit/e4c451ad85a1a3348ea094bfa6dd10d0a4e12178. ...
  • johnlepikhin
  • 2
  • Opened 
    2 days ago
  • #169

Thanks a ton for this library. I m using it in a small side-project and it works like a charm. 💖 I was wondering… GitHub supports highlighting block-quotes, for example: [!NOTE] Highlights information ...
  • pmeinhardt
  • 3
  • Opened 
    7 days ago
  • #168

Using 1.0.0-alpha.22, I m mutating my AST like this: fn fix_asdoc_markdown_node(node: mut markdown::mdast::Node, docs_path: Option FlexPath ) { if let markdown::mdast::Node::Code(code) = node { ...
  • realhydroper
  • 3
  • Opened 
    7 days ago
  • #167

I m mutating my Markdown nodes for fixing image links and default highlighting in code blocks, but it seems that the markdown crate is outputting code blocks wrongly. I m passing the transformed Markdown ...
  • realhydroper
  • 1
  • Opened 
    7 days ago
  • #166

Hello ! I am the maintainer of SQLPage, which embeds markdown-rs. Recently, an user reported that image data-URIs do not work in markdown: https://github.com/sqlpage/SQLPage/discussions/803#discussioncomment-12260619 ...
  • lovasoa
  • 11
  • Opened 
    15 days ago
  • #163

It would be nice to have a similar api to bson whereby the general (unknown) type has a as_ method for each concrete type. Something like: use markdown::{ mdast::{Code, Heading, Paragraph}, ParseOptions, ...
  • ShaunSHamilton
  • 3
  • Opened 
    on Feb 3
  • #162

Would it be possible to add a CompileOptions entry to allow making all links target blank ? I d glady implement it but I m not sure I understand how the library works and thus how to proceed. An idea ...
  • mbenoukaiss
  • 1
  • Opened 
    on Jan 8
  • #160

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
  • sanpii
  • 1
  • Opened 
    on Jan 1
  • #159

The to_html_with_options function seems to be escaping a couple random tags out of embedded HTML, even with allow_dangerous_html set to true. Specifically it s escaping the opening brace of my script and ...
  • Pspritechologist
  • 1
  • Opened 
    on Dec 30, 2024
  • #158

Hi, thanks for this crate! I was wondering if any maintainers would be willing to tag the commit used for at least https://crates.io/crates/markdown/0.3.0 but potentially older releases as well. That ...
  • freeform-andre
  • 4
  • Opened 
    on Nov 19, 2024
  • #157
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! 
Press the
/
key to activate the search input again and adjust your query.
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