question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Markdown formatting

See original GitHub issue

Before you start…

  • Have you checked if a similar feature request has already been reported?

Description

Various changes to make README formatting more fluent:

  1. Text written

(>) with this style

should use InfoBar:

No InfoBar: image InfoBar: image ~ it could have an x button to close it.

  1. Hyperlink button On headers, there is a hyperlink button. However, the icon for this is hidden slightly and looks ugly. image As well as this, the button itself is pretty useless.

Alternative solutions

No response

Relevant Assets

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:35 (33 by maintainers)

github_iconTop GitHub Comments

1reaction
0x5bfacommented, Aug 22, 2022

This should be fixed already.

Alternative solution

  • Use WebView2 for stability
  • Use MarkdownTextBlock
  • Use RichTextBlock with ourown GMF parser

All of them are withdrawn.

1reaction
0x5bfacommented, Jun 8, 2022

yes. and I have 3 ways to display markdown.

Way good bad
WebView -> Svelte -> fluent-svelte very customizable heavy
MarkdownTextBlock -> original resourcec dictionaryb discustomizable light-weight
RichTextBlock -> original user control discostomizable light-weight and can be fluent looks

If we will go with 1, we need a renderer for svelte

For example, https://github.com/pablo-abc/svelte-markdown https://github.com/ssssota/svelte-exmarkdown

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic Syntax
Nearly all Markdown applications support the basic syntax outlined in the original Markdown design ... This can result in unexpected formatting problems.
Read more >
Markdown Basics
Markdown offers two styles of headers: Setext and atx. Setext-style headers for <h1> and <h2> are created by “underlining” with equal signs (...
Read more >
Markdown
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004 as a markup...
Read more >
Markdown Syntax Documentation
The idea for Markdown is to make it easy to read, write, and edit prose. HTML is a publishing format; Markdown is a...
Read more >
Basic writing and formatting syntax
Create sophisticated formatting for your prose and code on GitHub with simple syntax. ... Ignoring Markdown formatting. Disabling Markdown rendering.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found