Skip to content

issues Search Results · repo:objecthub/swift-markdownkit language:Swift

Filter by

13 results
 (54 ms)

13 results

inobjecthub/swift-markdownkit (press backspace or delete to remove)

UITextView 0x104aa0000 is switching to TextKit 1 compatibility mode because its textStorage contains attributes which are not compatible with TextKit 2. Break on void _UITextViewEnablingCompatibilityMode(UITextView ...
  • Yamyee
  • 1
  • Opened 
    9 days ago
  • #16

Convert a Markdown string to NSAttributedString,Can you give me an example? iOS
  • kvin-van
  • 1
  • Opened 
    11 days ago
  • #15

Hi @objecthub ! First, thanks for this awesome library, I ve started using it as I want to have enriched messages in my instant messaging app. I ve been trying several options, but none has been optimal. ...
  • AlvaroBro
  • 5
  • Opened 
    on Oct 14, 2024
  • #14

Hello, I need a lib for Swift markdown parser/display where when interpreting a link where the href is ubook-app://product/123 , a custom view is placed inside that displays a loading, then loads the ...
  • paulocoutinhox
  • 1
  • Opened 
    on Jul 11, 2024
  • #13

Is it possible to create only a single window where a user types in markdown and have it dynamically rendered? Sort of like Obsidian / Bear app / Spaces does it? Eg writing **bold** to only show bold? ...
  • erikvlm
  • 1
  • Opened 
    on Aug 27, 2022
  • #11

Problem Using the HTMLGenerator, if there is html inside of code blocks, it will be rendered as html instead of as text. This causes undefined behaviour. Example: here, a css stylesheet is being rendered, ...
  • Jomy10
  • 1
  • Opened 
    on Feb 4, 2022
  • #10

Hi, I m using this package to render markdown to HTML in a Vapor project. Running it on a Mac works fine, but depploying it to Heroku gives the following error message: AttributedStringGenerator.swift ...
  • Jomy10
  • 2
  • Opened 
    on Jan 31, 2022
  • #8

This is an awesome project which is not a simple wrapper around CMark and done the Swift way. I am wonering a question: Is there a way to get source text ranges when iterating over the AST?
  • NeomMob
  • 1
  • Opened 
    on Jun 25, 2021
  • #7

I was hoping to add my own support for hard breaks, something like so: import MarkdownKit let string = This is a line This is another line func nl2br(doc: Block) - Block { guard case .document(let ...
  • kevinrenskers
  • 1
  • Opened 
    on Feb 16, 2021
  • #6

Let s say I want to add support for ~~strikethrough~~ text, and I want to write a plugin for that. How would I go about doing this? I found https://github.com/objecthub/swift-markdownkit/blob/master/Sources/MarkdownKit/Parser/EmphasisTransformer.swift ...
  • kevinrenskers
  • 1
  • Opened 
    on Feb 16, 2021
  • #5
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub