请输入

Study it

下载

Take a look at the whole thing:

Level 1 title

Level 2 title

Level 3 title

Fourth level heading

Five-level headings
Six-level headings
Preformatted? 

Font size:

12PT’s copywriting, 10PT’s copywriting, 14PT’s copywriting, 18PT's copywriting, 24PT's copywriting, 36PT's copywriting

xxx

Text color:

Red copywriting, Blue copywriting, Green copywriting,Orange copywriting,Purple copywriting, Yellow copywriting

With background color:

Red background color copywriting, Copywriting with blue background color, Copywriting with green background color, Orange background color copy, Purple background color copy, Yellow background color copywriting

Bold font, Bold italic font, Bold italic font with underline, Bold italic font with underline and strikethrough

All doped copywriting: Bold and italic copy with underline and strikethrough, light green background, green font color

Left-aligned copy:

Example copy

Center-aligned copy:

Example copy

Right-aligned copy:

Example copy

Aligned copy:

Example copy abcd

Indent:

Example copy is indented once

 

Steal a little copywriting to see the line height:

Row height 2:

“Using the HelpLook knowledge base system has been an enjoyable and satisfying experience. HelpLook's interface design is simple and intuitive, and we can easily add and edit articles, categories, and tags, as well as adjust the page layout, so that our knowledge base is consistent with our brand image. ”

Line-height 1.2:

“Using the HelpLook knowledge base system has been an enjoyable and satisfying experience. HelpLook's interface design is simple and intuitive, and we can easily add and edit articles, categories, and tags, as well as adjust the page layout, so that our knowledge base is consistent with our brand image. ”

 

List style

Unordered list:

  • Unordered list 1
  • Unordered list 2
    • Unordered list 2-1
    • Unordered list 2-2
      • Unordered list 2-2-1
      • Unordered list 2-2-2
        • Unordered list 2-2-2-1
    • Unordered list 2-3
  • Unordered list 3

 

  • Directly select the unordered list 1 of the ball
    • Directly select the unordered list 1-1 of spheres (they all look round)
  • Directly select the unordered list 2 of the ball

 

  • Select square unordered list 1 directly
    • Directly select the square unordered list 1-1 (they all look square)
  • Select square unordered list 2 directly

 

Ordered list of numbers:

  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3

Ordered list of uppercase and lowercase English letters:

  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3
  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3

Lowercase Greek letters:

  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3

Upper and lower case Roman numerals:

  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3
  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2
  3. Ordered List 3

Horizontal dividing line:


Set an anchor point

Hyperlink:

https://www.baidu.com/

Baidu (current window, no title)

Baidu (current window, with title)

Baidu (new window, no title)

Baidu (new window, with title)

Citation block

“HelpLook AI Q&A robot is seamlessly integrated with our knowledge base system, able to obtain answers from rich knowledge base content and provide more comprehensive and detailed solutions. This allows users to obtain more useful information during the interaction with the robot, greatly improving the quality of our services and user satisfaction. ”

 

Add something to the citation:

Here is a subscriptThis is a subscript,Here is a superscriptThis is a superscript

Baidu (current window, no title)

Baidu (new window, no title)

  1. Ordered list 1
    1. Ordered List 1-1
    2. Ordered List 1-2
  2. Ordered list 2 is right-aligned (add some copy first)
  3. Bold, italic, underlined and strikethrough, light green background, green font color

 

Here is a subscriptThis is a subscript,Here is a superscriptThis is a superscript

 

Table module

 

Title left aligned Title center Title right-aligned
Content copy Content copy Content copy
Content copy Content copy Content copy
Content copy Content copy Content copy

 

Merge cells Title 2 Title 3
Copywriting 1 Copywriting 2 Merge cells
Copywriting 3 Copywriting 4 Merge cells

Merge cells

Merge cells

Copywriting 5
Copywriting 6 Copywriting 7 Copywriting 8

 

Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting
Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting
Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting Content copywriting

 

Table stuffed with tables 11 22 33
1
1 2
3 4
year month Day
2022 2023 09 19
2
East South
West North
  1. Bold, italic, underlined and strikethrough, light green background, green font color
  2. 123456

Get a picture:

6

Inserted with a link

helplook stole

Copied pictures

3
Quoted
https://www.baidu.com/

😶❌🐔🍉🏀🔎

 

Code block 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>文档标题</title>
</head>
<body>
	<h1>我的第一个HTML页面</h1>
	<p>我的第一个段落。</p>
哈哈哈哈
</body>
</html>

 

 

<?php
  /**
  *  需要贵公司配置的字段
  */
  $user_id = "fix1002";    // 贵公司的用户ID   必传
  $timestamp = time();        // 当前时间戳       必传
  $lang = "zh";               // 用户使用的语言,目前只支持zh,en,ru
  $notification_email = "xxx@qq.com";   //用户接收通知的邮箱
  $name = "User Name";   //用户名字

/**
* 以下是固定值,不需要改动(由我方提供)
*/
$product_id = "9997";                      //必传
$secret_key = "T-8OM1dxuVw6WVVYbD8BX4ptaDm3wEnH";        // 加密Key   必传
$secret_srt = $user_id . $product_id . $secret_key . $timestamp;
$secret = hash("sha256", $secret_srt);

$data["user_id"] = $user_id;
$data["product_id"] = $product_id;
$data["secret"] = $secret;
$data["timestamp"] = $timestamp;
$data["lang"] = $lang;
$data["notification_email"] = $notification_email;
echo json_encode($data);
 
SELECT SUM(total_money),SUM(amount_reward),SUM(service_fee) FROM nw_conversion WHERE  product_id = 9997 and  `status` = 1 and source_type =1 and approve_time >=1693497600 and  user_id not in (SELECT user_id FROM nw_market_apply WHERE product_id = 9997 and switch_company_withdrawal =1) 
手打的会有个背景的玩意嘛?

 

 

上一个
无标题文章
下一个
new编辑器-old富文本的文案
最近修改: 2025-05-26Powered by