gpt4 book ai didi

ruby-on-rails - rails : How to save formatted text in text_area?

转载 作者:行者123 更新时间:2023-12-03 07:07:46 34 4
gpt4 key购买 nike

我有一个 text_area 标签,允许用户输入他的简历。当用户打字时,如果他按下回车键或回车键,则会开始新的一行。但是,当他保存输入时,所有文本都显示在一个段落中。我想要类似于堆栈溢出的功能。

例如 - 我现在按 Enter

此文本换行*

我该怎么做?

This is my code in Rails:

<%= form_for :profile do |profile| %>
<%= profile.text_area :bio %>

<%= f.submit "Save Bio" %></p>
<% end %>

最佳答案

您应该使用文本编辑器,例如 ckeditor (以简化网页内容创建),并在 View 中尝试 simpleformatraw :

<%= simple_format("Here is some basic text...\n...with a line break.") %>
<%= raw("Here is some basic text...<br/>...with a line break.") %>

关于ruby-on-rails - rails : How to save formatted text in text_area?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18692517/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com