index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widget
/
src
/
markdown.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-19
Remove lifetime bound for `Text` in `markdown::paragraph`
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-18
Fix `markdown` compilation when `highlighter` feature is disabled
Héctor Ramón Jiménez
1
-0
/
+1
2025-02-05
Use `code_size` instead of `spacing` for `code_block` metrics
Héctor Ramón Jiménez
1
-4
/
+4
2025-02-05
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
1
-8
/
+20
2025-02-04
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
1
-12
/
+12
2025-02-04
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
1
-6
/
+22
2025-02-04
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
1
-13
/
+26
2025-02-04
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-04
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
1
-38
/
+61
2025-02-04
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
1
-192
/
+361
2025-02-04
Introduce `view_with` customizers in `markdown` module
Héctor Ramón Jiménez
1
-94
/
+186
2025-02-02
Avoid sharing `State` when re-parsing `markdown` sections
Héctor Ramón Jiménez
1
-6
/
+8
2025-02-02
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
1
-11
/
+99
2025-02-01
Write documentation for `markdown::Content`
Héctor Ramón Jiménez
1
-1
/
+10
2025-02-01
Split code blocks into multiple `rich_text` lines
Héctor Ramón Jiménez
1
-10
/
+12
2025-02-01
Discard `markdown::Highlighter` if language changes
Héctor Ramón Jiménez
1
-0
/
+5
2025-01-31
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
1
-5
/
+5
2025-01-31
Replace `println` with `log` calls in `markdown` module
Héctor Ramón Jiménez
1
-3
/
+7
2025-01-31
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
1
-46
/
+129
2025-01-31
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
1
-17
/
+82
2025-01-30
Let `markdown::view` be `Shrink` when no code blocks exist
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-30
Make `spacing` configurable in `markdown::Settings`
Héctor Ramón Jiménez
1
-8
/
+27
2025-01-30
Fix code block merging with previous spans in `markdown` widget
Héctor Ramón Jiménez
1
-1
/
+10
2025-01-15
fix: parsing of nested markdown lists without empty line
Jinderamarak
1
-1
/
+10
2024-10-01
Change lifetime of markdown view IntoIterator Item, as it does not need to li...
Matt Thompson
1
-2
/
+2
2024-09-29
Fix various typos
bbb651
1
-2
/
+2
2024-09-21
Replace `Rc` with `Arc` for `markdown` caching
Héctor Ramón Jiménez
1
-3
/
+3
2024-09-19
Show `markdown` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+130
2024-09-18
Remove redundant import in `markdown` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-22
Fix ambiguous `rich_text` link in `widget::markdown`
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-22
Make `RichText` generic over data structure
Héctor Ramón Jiménez
1
-58
/
+196
2024-08-21
Decouple `markdown` widget from built-in `Theme`
Héctor Ramón Jiménez
1
-4
/
+19
2024-07-28
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
1
-6
/
+17
2024-07-28
Underline `rich_text` links when hovered
Héctor Ramón Jiménez
1
-3
/
+1
2024-07-28
Implement `underline` support for `rich_text` spans
Héctor Ramón Jiménez
1
-1
/
+3
2024-07-28
Make `markdown::parse` take a `Palette` value
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-28
Add `padding` to `text::Span`
Héctor Ramón Jiménez
1
-1
/
+2
2024-07-28
Improve ergonomics of `span` background highlighting
Héctor Ramón Jiménez
1
-5
/
+2
2024-07-28
Use dark background for inline code in `markdown` widget
Héctor Ramón Jiménez
1
-7
/
+7
2024-07-28
Add background styling to span / rich text
Cory Forsstrom
1
-8
/
+16
2024-07-27
Use `container::dark` style for `markdown` code blocks
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-24
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
1
-12
/
+7
2024-07-21
Use horizontal `scrollable` for code blocks in `markdown` widget
Héctor Ramón Jiménez
1
-6
/
+16
2024-07-21
Introduce `markdown::Settings`
Héctor Ramón Jiménez
1
-41
/
+116
2024-07-21
Use `url` for `markdown` links
Héctor Ramón Jiménez
1
-6
/
+17
2024-07-21
Rename `on_link_click` to `on_link`
Héctor Ramón Jiménez
1
-6
/
+6
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
1
-27
/
+41
2024-07-20
Support nested lists in `markdown` widget
Héctor Ramón Jiménez
1
-34
/
+100
2024-07-18
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
1
-161
/
+128
[next]