Prefer [foo][bar] over [foo](bar) for intra-doc links (#3191)
This commit is contained in:
parent
c10f9c32d3
commit
baf10de958
11 changed files with 18 additions and 18 deletions
|
|
@ -54,7 +54,7 @@ pub struct Common {
|
|||
pub window: web_sys::Window,
|
||||
pub document: Document,
|
||||
/// Note: resizing the HTMLCanvasElement should go through `backend::set_canvas_size` to ensure the DPI factor is maintained.
|
||||
/// Note: this is read-only because we use a pointer to this for [`WindowHandle`](rwh_06::WindowHandle).
|
||||
/// Note: this is read-only because we use a pointer to this for [`WindowHandle`][rwh_06::WindowHandle].
|
||||
raw: Rc<HtmlCanvasElement>,
|
||||
style: Style,
|
||||
old_size: Rc<Cell<PhysicalSize<u32>>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue