Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表のキャプションに「表1::」などがない場合、キャプションがlinuxになる件の受け入れテスト #102

Closed
wants to merge 1 commit into from

Conversation

inao
Copy link
Collaborator

@inao inao commented Apr 3, 2015

表のキャプションに「表1::」などがない場合、なぜかキャプションが「linux」になるようです。

期待する動作を受け入れテストにして追加させていただきました。

現状の動作は以下です。

--- in md2inao
<table summary='キャプション(表のタイトル)'>
    <tr>
        <th>表タイトル1</th>
        <th>表タイトル2</th>
    </tr>
    <tr>
        <td>内容1</td>
        <td>内容2</td>
    </tr>
    <tr>
        <td>内容1</td>
        <td>内容2</td>
    </tr>
</table>
--- expected
<ParaStyle:キャプション>linux
<ParaStyle:表見出し行>表タイトル1 表タイトル2
<ParaStyle:表>内容1  内容2
<ParaStyle:表>内容1  内容2

見逃した場合は訂正情報を出す必要がございますのでラベルは「high」とさせていただきました。
#23 の件と同時に解決していただくのがよいかもです。

現状の動作は以下です。

```
<ParaStyle:キャプション>linux
<ParaStyle:表見出し行>表タイトル1	表タイトル2
<ParaStyle:表>内容1	内容2
<ParaStyle:表>内容1	内容2
<ParaStyle:中見出し>キーボードフォント(西岡、グリフ一覧、オープン化、md2inao)
```
@inao inao added the high label Apr 3, 2015
@inao inao changed the title 表のキャプションに「表1::」などがない場合、キャプションがlinuxになる 表のキャプションに「表1::」などがない場合、キャプションがlinuxになる件の受け入れテスト Aug 25, 2022
@inao
Copy link
Collaborator Author

inao commented Aug 25, 2022

issue化するのでクローズします。

@inao inao closed this Aug 25, 2022
@inao inao deleted the table-title branch August 25, 2022 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant