or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
| Syntax | Example | Reference | |
|---|---|---|---|
| # Header | Header | 基本排版 | |
| - Unordered List |
|
||
| 1. Ordered List |
|
||
| - [ ] Todo List |
|
||
| > Blockquote | Blockquote |
||
| **Bold font** | Bold font | ||
| *Italics font* | Italics font | ||
| ~~Strikethrough~~ | |||
| 19^th^ | 19th | ||
| H~2~O | H2O | ||
| ++Inserted text++ | Inserted text | ||
| ==Marked text== | Marked text | ||
| [link text](https:// "title") | Link | ||
|  | Image | ||
| `Code` | Code |
在筆記中貼入程式碼 | |
| ```javascript var i = 0; ``` |
|
||
| :smile: | ![]() |
Emoji list | |
| {%youtube youtube_id %} | Externals | ||
| $L^aT_eX$ | LaTeX | ||
| :::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx-
Any changes
Be notified of any changes
-
Mention me
Be notified of mention me
-
Unsubscribe
SubscribeServo Coordination
Previous meeting: https://github.com/servo/project/issues/183
Meeting 2025/10/27
Mukilan: Multiple WebView support. Shared issues found in web render. Mozilla feedback was that issues could be fixed but there may be more issues that arrive. Some people were planning to deprecate the API.
Delan: Monthly update, some changes up for CI in Servo. One is a patch that reworks how we select self hosted runners so they don't need a secret anymore. Can be used in PR builds. Should be landing today. Enabling self hosted runners for linting jobs.
Martin: Working with various people on standard way of showing embedder controls. Combining into one API. Combine context menus and context menu API.
Rakhi: Page zoom changes landed. Working on some refactoring in servoshell.
Gstreamer / media playback discussion from TSC call? Will continue discussion on Zulip.
Jonathan: OH side, progress on testing with WebDriver and the CI, basic but better testing on mobile devices.
Nico: General maintenance and HTML5ever crate maintenance. UTF-8 crate that HTML5ever depends on but it's archived and not maintained. We should pull it into the HTML5ever side or decide what to do. Stylo updates. CSS Animations in Blitz. Want to improve docs of Stylo so that there's an easy entry point if people want to use it.