Skip to content

Instantly share code, notes, and snippets.

View pinbo's full-sized avatar

Junli Zhang pinbo

View GitHub Profile
@pinbo
pinbo / default.custom.yaml
Created July 30, 2019 19:16 — forked from lotem/default.custom.yaml
在Rime輸入方案選單中添加五筆、雙拼、粵拼、注音,保留你需要的
# default.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_simp # 朙月拼音 简化字模式
@pinbo
pinbo / remarkjs_with_MathJax.html
Last active March 29, 2021 06:12 — forked from masterdezign/gist:5eb03e834299b8b67750
Remark.js+MathJax essentials
<!DOCTYPE html>
<html>
<head>
<title>My Presentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
.red { color: red }
</style>
</head>
<body>