Skip to content

Commit 1df5aee

Browse files
authored
Merge pull request #527 from adam-p/fix-tbird-intl
Fix #524 and #526: Broken in non-English Thunderbird
2 parents 78febfc + 83539e4 commit 1df5aee

34 files changed

+89
-12
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
*.txt -crlf

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Thumbs.db
77

88
# Build directory
99
dist
10+
11+
# Extension stub file
12+

src/common/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
2018-09-30: v2.13.4
5+
--------------------
6+
7+
* Fixed [bug #524] and [bug #526]: Due to v2.13.3 fix, Markdown Here didn't work in Thunderbird with a non-English UI.
8+
- Thanks to [KSR-Yasuda](https://github.com/KSR-Yasuda), [ensleep](https://github.com/ensleep), [Pedro Silva](https://github.com/pmanu93), [Christophe Meyer](https://github.com/stombi), [littdky](https://github.com/littdky), [Michael Lashkevich](https://github.com/lashkevi), [morsedl](https://github.com/morsedl).
9+
10+
411
2018-09-11: v2.13.3
512
--------------------
613

src/common/highlightjs/styles/ascetic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
33
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
44

src/common/highlightjs/styles/dark.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
33
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
44

src/common/highlightjs/styles/magula.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Description: Magula style for highligh.js
33
Author: Ruslan Keba <[email protected]>
44
Website: http://rukeba.com/

src/firefox/chrome/locale/de/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "Markdown An/Aus">
33
<!ENTITY forgot_to_render_back_button "Zurück">
44
<!ENTITY forgot_to_render_send_button "Senden">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "MD An/Aus">
68
<!ENTITY toggle_button_tooltip "Zwischen Markdown und gerendert wechseln">
79
<!ENTITY toggle_button_tooltip_disabled "Das ausgewählte Feld kann nicht als Markdown gerendert werden">

src/firefox/chrome/locale/de/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=Trotzdem senden?
1010
forgot_to_render_prompt_title=Markdown-Rendering vergessen?
1111
forgot_to_render_send_button=Senden
1212
invalid_field=Das ausgewählte Textfeld kann nicht zu Markdown gerendert werden. Bitte einen Rich-Text–Editor verwenden.
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=NEU
1416
nothing_to_render=Nichts zu rendern oder wiederherzustellen gefunden
1517
options_page__advanced_title=Fortgeschritten / Verschiedenes
@@ -29,6 +31,7 @@ options_page__footer_2=Geschrieben von <a target=\"_blank\" href=\"http://adam-p
2931
options_page__forgot_to_render_1=Z.Zt. nur unterstützt im Gmail-Webinterface und für Thunderbird (sowie Postbox und Icedove).
3032
options_page__forgot_to_render_2=Bei Versendung einer E-Mail überprüft dies den Inhalt um festzustellen ob sie in Markdown geschrieben, aber noch nicht gerendert wurde (durch Klick auf \"Markdown An/Aus\"). Möglicherweise muss dies deaktiviert werden wenn es das Versenden von E-Mails verhindert.
3133
options_page__forgot_to_render_3=Wenn es deaktiviert werden muss, <em>bitte</em> mich benachrichtigen so dass es verbessert werden kann. Erstellen <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">einen Post in der \"Markdown-Here\" Google-Gruppe</a> oder <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">eine Anfrage im Github-Project</a>. Danke.
34+
options_page__forgot_to_render_4=If this feature stops working for you, please let us know by posting to the <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">\"markdown-here\" Google Group</a> or creating <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">an issue in the Github project</a>. (Hooking into the email sending web UI is brittle and will sometimes break.)
3235
options_page__forgot_to_render_label=<b>Den \"Vergessen-zu-rendern\"-Check aktivieren.</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Aktivieren der GFM Zeilenumbrüche.</b>
3437
options_page__ggroup=Fragen stellen, Diskussionen starten, oder einfach Hallo sagen – in der <a href=\"https://groups.google.com/forum/?fromgroups=#!forum/markdown-here\" target=\"_blank\">markdown-here Google–Gruppe</a>.

src/firefox/chrome/locale/en/strings.properties

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ options_page__footer_1=<em>Markdown Here</em> is open source. To ask questions,
3030
options_page__footer_2=Created by <a target=\"_blank\" href=\"http://adam-p.github.com/\">Adam Pritchard</a>.
3131
options_page__forgot_to_render_1=Currently only supported in the Gmail and Google Inbox web interfaces, and Thunderbird (and Postbox and Icedove).
3232
options_page__forgot_to_render_2=When you send an email, this checks the content to see if it looks like you wrote it in Markdown, but forgot to render it (i.e., click \"Markdown Toggle\") before sending. This may need to be disabled if it interferes with your ability to send email.
33+
options_page__forgot_to_render_3=Wenn es deaktiviert werden muss, <em>bitte</em> mich benachrichtigen so dass es verbessert werden kann. Erstellen <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">einen Post in der \"Markdown-Here\" Google-Gruppe</a> oder <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">eine Anfrage im Github-Project</a>. Danke.
3334
options_page__forgot_to_render_4=If this feature stops working for you, please let us know by posting to the <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">\"markdown-here\" Google Group</a> or creating <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">an issue in the Github project</a>. (Hooking into the email sending web UI is brittle and will sometimes break.)
3435
options_page__forgot_to_render_label=<b>Enable \"forgot-to-render\" check.</b>
3536
options_page__gfm_line_breaks_enabled_label=<b>Enable GFM line breaks.</b>

src/firefox/chrome/locale/es/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "Markdown Toggle">
33
<!ENTITY forgot_to_render_back_button "Atrás">
44
<!ENTITY forgot_to_render_send_button "Enviar">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "MD Toggle">
68
<!ENTITY toggle_button_tooltip "Click para activar el renderizado Markdown">
79
<!ENTITY toggle_button_tooltip_disabled "El campo seleccionado no es válido para el renderizado Markdown">

src/firefox/chrome/locale/es/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=¿Enviar de todos modos?
1010
forgot_to_render_prompt_title=¿Olvidaste activar Markdown?
1111
forgot_to_render_send_button=Enviar
1212
invalid_field=El campo seleccionado no es válido para el renderizado Markdown. Por favor, use un editor de texto enriquecido.
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=NUEVO
1416
nothing_to_render=No se ha encontrado nada para renderizar o deshacer
1517
options_page__advanced_title=Avanzada y miscelánea
@@ -28,6 +30,7 @@ options_page__footer_1=<em>Markdown Here</em> is open source. Para preguntar, in
2830
options_page__footer_2=Creado por <a target=\"_blank\" href=\"http://adam-p.github.com/\">Adam Pritchard</a>.
2931
options_page__forgot_to_render_1=Currently only supported in the Gmail and Google Inbox web interfaces, and Thunderbird (and Postbox and Icedove).
3032
options_page__forgot_to_render_2=Cuando envías un correo electrónico, esto comprueba el contenido para ver si parece que escribió en Markdown, pero se te olvidó renderizarlo (es decir, hacer clic en \"Markdown Toggle\") antes de enviar. Esto puede necesitar ser desactivado si interfiere con su capacidad de enviar correo electrónico.
33+
options_page__forgot_to_render_3=Wenn es deaktiviert werden muss, <em>bitte</em> mich benachrichtigen so dass es verbessert werden kann. Erstellen <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">einen Post in der \"Markdown-Here\" Google-Gruppe</a> oder <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">eine Anfrage im Github-Project</a>. Danke.
3134
options_page__forgot_to_render_4=If this feature stops working for you, please let us know by posting to the <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">\"markdown-here\" Google Group</a> or creating <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">an issue in the Github project</a>. (Hooking into the email sending web UI is brittle and will sometimes break.)
3235
options_page__forgot_to_render_label=<b>Habilitar el check \"olvida-renderizar\".</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Activar saltos de l&iacute;nea GFM.</b>

src/firefox/chrome/locale/fr/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "Basculer vers Markdown">
33
<!ENTITY forgot_to_render_back_button "Retour">
44
<!ENTITY forgot_to_render_send_button "Envoyer">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "Basculer vers MD">
68
<!ENTITY toggle_button_tooltip "Cliquez pour basculer vers le rendu Markdown">
79
<!ENTITY toggle_button_tooltip_disabled "Le champ sélectionné n'est pas valide pour un rendu avec Markdown">

src/firefox/chrome/locale/fr/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=L'envoyer tout de même?
1010
forgot_to_render_prompt_title=Avez-vous oublié de basculer vers Markdown ?
1111
forgot_to_render_send_button=Envoyer
1212
invalid_field=Le champ sélectionné n'est pas valide pour un rendu avec Markdown. Utilisez un éditeur de texte enrichi.
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=NOUVEAU
1416
nothing_to_render=Il n'y a rien à rendre en Markdown ou à rétablir
1517
options_page__advanced_title=Avancé et divers
@@ -28,6 +30,7 @@ options_page__footer_1=<em>Markdown Here</em> est open source. Pour poser des qu
2830
options_page__footer_2=Créé par <a target=\"_blank\" href=\"http://adam-p.github.com/\">Adam Pritchard</a> (site en anglais).
2931
options_page__forgot_to_render_1=Actuellement uniquement supporté dans les interfaces web de Gmail et Google Inbox, et dans Thunderbird (et Postbox et Icedove).
3032
options_page__forgot_to_render_2=Lorsque vous envoyez un courriel, l'extension vérifie le contenu pour voir si vous l'avez écrit en Markdown, mais que vous avez oublié de faire le rendu (en cliquant sur « Basculer vers Markdown ») avant de l'envoyer. Cette option peut être désactivée si elle interfère avec votre capacité à envoyer des courriels.
33+
options_page__forgot_to_render_3=Wenn es deaktiviert werden muss, <em>bitte</em> mich benachrichtigen so dass es verbessert werden kann. Erstellen <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">einen Post in der \"Markdown-Here\" Google-Gruppe</a> oder <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">eine Anfrage im Github-Project</a>. Danke.
3134
options_page__forgot_to_render_4=Si cette fonctionnalité ne fonctionne plus pour vous, s'il vous plait faites le nous savoir en créant un post sur le <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">groupe Google \"markdown-here\"</a> ou en créant <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">une issue dans le projet Github</a>. (Le lien avec l'interface web des messageries est fragile et peut parfois se briser.)
3235
options_page__forgot_to_render_label=<b>Activer la vérification d'« oubli de rendu ».</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Activer les sauts de ligne GFM.</b>

src/firefox/chrome/locale/it/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "Commuta Markdown">
33
<!ENTITY forgot_to_render_back_button "Indietro">
44
<!ENTITY forgot_to_render_send_button "Invia">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "Commuta MD">
68
<!ENTITY toggle_button_tooltip "Clicca per commutare la trasformazione Markdown">
79
<!ENTITY toggle_button_tooltip_disabled "Il campo selezionato non è valido per la trasformazione Markdown">

src/firefox/chrome/locale/it/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=Inviarla lo stesso?
1010
forgot_to_render_prompt_title=Forget to toggle Markdown?
1111
forgot_to_render_send_button=Invia
1212
invalid_field=The selected field is not valid for Markdown rendering. Please use a rich editor.
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=NEW
1416
nothing_to_render=Nulla da trasformare o da ripristinare
1517
options_page__advanced_title=Advanced and Miscellaneous
@@ -29,6 +31,7 @@ options_page__footer_2=Created by <a target=\"_blank\" href=\"http://adam-p.gith
2931
options_page__forgot_to_render_1=Currently only supported in the Gmail web interface and Thunderbird (and Postbox and Icedove).
3032
options_page__forgot_to_render_2=When you send an email, this checks the content to see if it looks like you wrote it in Markdown, but forgot to render it (i.e., click \"Markdown Toggle\") before sending. This may need to be disabled if it interferes with your ability to send email.
3133
options_page__forgot_to_render_3=If you find yourself disabling this, <em>please</em> let me know why and how it could be better. Create <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">a post on the \"markdown-here\" Google Group</a> or <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">an issue in the Github project</a>. Thanks.
34+
options_page__forgot_to_render_4=Si cette fonctionnalité ne fonctionne plus pour vous, s'il vous plait faites le nous savoir en créant un post sur le <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">groupe Google \"markdown-here\"</a> ou en créant <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">une issue dans le projet Github</a>. (Le lien avec l'interface web des messageries est fragile et peut parfois se briser.)
3235
options_page__forgot_to_render_label=<b>Enable \"forgot-to-render\" check.</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Enable GFM line breaks.</b>
3437
options_page__ggroup=Ask a question, start a discussion, or just say hi in the <a href=\"https://groups.google.com/forum/?fromgroups=#!forum/markdown-here\" target=\"_blank\">markdown-here Google Group</a>.

src/firefox/chrome/locale/ja/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "Markdownを有効化/無効化">
33
<!ENTITY forgot_to_render_back_button "戻る">
44
<!ENTITY forgot_to_render_send_button "送る">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "MD 切り替え">
68
<!ENTITY toggle_button_tooltip "クリックでMarkdownにレンダリング">
79
<!ENTITY toggle_button_tooltip_disabled "このフィールドではレンダリングできません">

src/firefox/chrome/locale/ja/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=それでも送りますか?
1010
forgot_to_render_prompt_title=レンダリングを忘れていませんか?
1111
forgot_to_render_send_button=送る
1212
invalid_field=このテキストフィールドではMarkdownにレンダリングできません。リッチテキストフィールドで行なってください。
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=新しい機能
1416
nothing_to_render=レンダリングするものも元に戻すものも見つかりませんでした。
1517
options_page__advanced_title=その他の先進的機能
@@ -29,6 +31,7 @@ options_page__footer_2=このソフトウェアは <a target=\"_blank\" href=\"h
2931
options_page__forgot_to_render_1=現在Web版GmailとThunderbird (とPostboxとIcedove) でのみ使えます。
3032
options_page__forgot_to_render_2=メールを送るとき、レンダリングせずに生のMarkdownテキストのまま (つまり、\"Markdown 切り替え\"を押し忘れている) かどうか送信前にチェックします。うっとうしい場合は無効にすることを推奨します。
3133
options_page__forgot_to_render_3=もしこれを無効にしたほうがいいと思ったなら、 <em>ぜひ</em> 理由と改善案をお知らせください。 <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">Google Groupに投稿する</a> か <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">Github でIssueを投げ</a> てください。お願いします。
34+
options_page__forgot_to_render_4=Si cette fonctionnalité ne fonctionne plus pour vous, s'il vous plait faites le nous savoir en créant un post sur le <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">groupe Google \"markdown-here\"</a> ou en créant <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">une issue dans le projet Github</a>. (Le lien avec l'interface web des messageries est fragile et peut parfois se briser.)
3235
options_page__forgot_to_render_label=<b>\"レンダリング忘れ\" チェックを使う</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Enable GFM line breaks.</b>
3437
options_page__ggroup=質問や議論、ちょっとしたあいさつは、ぜひ <a href=\"https://groups.google.com/forum/?fromgroups=#!forum/markdown-here\" target=\"_blank\">markdown-here Google Group</a> で行いましょう。

src/firefox/chrome/locale/ko/strings.dtd

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!ENTITY context_menu_item "마크다운 토글">
33
<!ENTITY forgot_to_render_back_button "뒤로">
44
<!ENTITY forgot_to_render_send_button "보내기">
5+
<!ENTITY moz_options_dlg_instruction "Click the 'OK' button to open the Markdown Here Options tab">
6+
<!ENTITY moz_options_dlg_title "Markdown Here Options">
57
<!ENTITY toggle_button_text "마크다운 토글">
68
<!ENTITY toggle_button_tooltip "Click to toggle Markdown rendering">
79
<!ENTITY toggle_button_tooltip_disabled "The selected field is not valid for Markdown rendering">

src/firefox/chrome/locale/ko/strings.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ forgot_to_render_prompt_question=이대로 보내시겠습니까?
1010
forgot_to_render_prompt_title=Forget to toggle Markdown?
1111
forgot_to_render_send_button=보내기
1212
invalid_field=The selected field is not valid for Markdown rendering. Please use a rich editor.
13+
moz_options_dlg_instruction=Click the 'OK' button to open the Markdown Here Options tab
14+
moz_options_dlg_title=Markdown Here Options
1315
new_changelist_items=NEW
1416
nothing_to_render=Nothing found to render or revert
1517
options_page__advanced_title=고급 설정 및 기타 설정
@@ -29,6 +31,7 @@ options_page__footer_2=Created by <a target=\"_blank\" href=\"http://adam-p.gith
2931
options_page__forgot_to_render_1=이 기능은 현재 Gmail, Thunderbird, Postbox, 혹은 Icedove에서만 사용 가능합니다.
3032
options_page__forgot_to_render_2=When you send an email, this checks the content to see if it looks like you wrote it in Markdown, but forgot to render it (i.e., click \"Markdown Toggle\") before sending. This may need to be disabled if it interferes with your ability to send email.
3133
options_page__forgot_to_render_3=If you find yourself disabling this, <em>please</em> let me know why and how it could be better. Create <a href=\"https://groups.google.com/forum/#!forum/markdown-here\" target=\"_blank\">a post on the \"markdown-here\" Google Group</a> or <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">an issue in the Github project</a>. Thanks.
34+
options_page__forgot_to_render_4=Si cette fonctionnalité ne fonctionne plus pour vous, s'il vous plait faites le nous savoir en créant un post sur le <a href=\"https://groups.google.com/group/markdown-here\" target=\"_blank\">groupe Google \"markdown-here\"</a> ou en créant <a href=\"https://github.com/adam-p/markdown-here/issues\" target=\"_blank\">une issue dans le projet Github</a>. (Le lien avec l'interface web des messageries est fragile et peut parfois se briser.)
3235
options_page__forgot_to_render_label=<b>Enable \"forgot-to-render\" check.</b>
3336
options_page__gfm_line_breaks_enabled_label=<b>Enable GFM line breaks.</b>
3437
options_page__ggroup=Ask a question, start a discussion, or just say hi in the <a href=\"https://groups.google.com/forum/?fromgroups=#!forum/markdown-here\" target=\"_blank\">markdown-here Google Group</a>.

0 commit comments

Comments
 (0)