phpBBインポート後のクォーテーションの修正

Now I’m a bit confused. Please correct me if I’m off base on any of this.

  1. posts from phpBB were imported to Discourse and became raw post content
  2. all of the bbcode tags are well-formed (paired and nested correctly)
  3. because the phpBB bbcode tags were not in proper Markdown syntax (inline instead of block level), they were not changed to Discourse blockquote tags and the cooked post content displays them as bbcode tags
  4. you don’t want to remove the bbcode tags from the cooked post content, you want to reformat the raw content to conform to Markdown syntax
  5. you want to keep the text content that is between the start and end bbcode tag pairs
  6. if necessary you are willing to do a rebake

or

  1. you want to replace the bbcode tags in the cooked post content with blockquote tags
  2. you want to keep the text content that is between the start and end bbcode tag pairs
  3. if necessary you are willing to repeat the process if the raw post content reappears for some reason
「いいね!」 1