Skip to content

Commit

Permalink
fix in-list中のtabletitleもin listを保持する
Browse files Browse the repository at this point in the history
  • Loading branch information
stakiran committed Apr 25, 2021
1 parent 2323687 commit 973df67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib_scblines2markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,8 @@ def scb_to_markdown_in_line(line, cur_indentdepth, inblockstate_user, lines_cont
if Moder.is_start_of_table(line):
lines_context.enable_table_top_blank()
tabletitle = line
if is_in_list:
tabletitle = to_markdown_list_grammer(line, cur_indentdepth)
return tabletitle

# テーブルタイトルとテーブルコンテンツの間には空行がある.
Expand Down

0 comments on commit 973df67

Please sign in to comment.