Merge pull request #1 from LNKHR/main
Fix kanji links, make kanji font worse on don't copy computer fonts section to make things more clear
This commit is contained in:
commit
8308a84853
2 changed files with 4 additions and 4 deletions
|
@ -84,9 +84,9 @@ However, this is not how we actually write the characters.
|
||||||
|
|
||||||
Some examples of this are:
|
Some examples of this are:
|
||||||
|
|
||||||
- We don't connect き and さ
|
- We don't connect <span style="font-family: sans-serif">き</span> and <span style="font-family: sans-serif">さ</span>
|
||||||
- We don't put the dakuten ( ゙ ) in the middle of a character like in で , but always at the top right
|
- We don't put the dakuten (<span style="font-family: sans-serif"> ゙</span>) in the middle of a character like in <span style="font-family: sans-serif">で</span>, but always at the top right
|
||||||
- We don't write 入 like... that
|
- We don't write <span style="font-family: sans-serif">入</span> like... that
|
||||||
|
|
||||||
You can compare this to how we don't write a Times New Roman "g" when handwriting in English.
|
You can compare this to how we don't write a Times New Roman "g" when handwriting in English.
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
{{- range.text -}}
|
{{- range.text -}}
|
||||||
{{- if reflect.IsMap . -}}
|
{{- if reflect.IsMap . -}}
|
||||||
{{- range $kanji, $furigana := . -}}
|
{{- range $kanji, $furigana := . -}}
|
||||||
<a href="https://jisho.org/search/{{- $kanji -}} #kanji" target="_blank"><ruby>{{- $kanji -}}<rp>(</rp><rt>{{- $furigana -}}</rt><rp>)</rp></ruby></a>
|
<a href="https://jisho.org/search/{{- $kanji -}} %23kanji" target="_blank"><ruby>{{- $kanji -}}<rp>(</rp><rt>{{- $furigana -}}</rt><rp>)</rp></ruby></a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- . -}}
|
{{- . -}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue