Skip to content

Commit

Permalink
prohibit embedding of novel information
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteleaf7 committed Jun 27, 2021
1 parent 21f8d1b commit d07720e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions template/converter.rb.erb
@@ -1,14 +1,7 @@
# -*- coding: utf-8 -*-
<% Template.target_binary_version(1.0) -%>

=begin
対象小説情報
タイトル: <%= @setting["title"] %>
作者: <%= @setting["author"] %>
URL: <%= @setting["toc_url"] %>

詳細については http://bit.ly/1vTEH04 を参照して下さい
=end
# 詳細については http://bit.ly/1vTEH04 を参照して下さい
converter do
# 各種変換処理がされる「前」の生データに対しての変換処理を記述
def before(io, text_type)
Expand Down

0 comments on commit d07720e

Please sign in to comment.