• Resolved youyu273

    (@youyu273)


    I opened the markdown editor after installing it and wrote my article, but when I needed to update the article today, I found that all the text was in HTML form, for example:


    <!-- wp:paragraph -->
    <p>今年的年度总结也是一拖再拖,本来想着在冬至发布,又拖到了圣诞节,直到做完,依然没动笔写。</p>
    <!-- /wp:paragraph -->

    Is this a normal expected result?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Thank you @youyu273 for using Markup Markdown 🤲

    There are lots of reasons that could explain a “rollback”. If the HTML is like as you wrote with comments, it means the block editor (Gutenberg) / classic UI (TinyMCE) was turned on 💦

    I’m sad to hear that your content was not properly saved. For me to help you understanding what’s going on, the more details / explanations your can provide, the better is.

    1. To confirm, you type a new article, right ? The plugin does not convert existing content to markdown
    2. Was the plugin activated or working properly ? You should see an interface like this https://mega.nz/file/QlUjFaRT#12KWDGMoTjAjFt-WmqLeLV-tWqH_rd4hpemhGx0P510
    3. Are you using a custom post type ? You might need an extra setup / configuration step
    4. Which plugins are you using ? From your CMS’s plugin settings page “/wp-admin/options-general.php?page=markup-markdown-admin” there should be a tab called “DEBUG”. If it’s ok with you please share the config at the bottom (Information to attach to the support ticket if need be:) so I can give a try with your setup

    Any piece of information / video / hint is welcome.

    Thank you for your understanding, and best regards

    Thread Starter youyu273

    (@youyu273)

    I checked most of my posts and found that only the last two were abnormal, and my page (about).

    I’m pretty sure that my about page uses markdown.

    And this time I migrated articles from hexo to wordpress, so the articles are in markdown format.

    { “settings”: [], “plugins”: [ { “name”: “Hello Dolly”, “url”: “http://ww.wp.xz.cn/plugins/hello-dolly/&#8221;, “ver”: “1.7.2”, “desc”: “This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.” }, { “name”: “Markup Markdown”, “url”: “”, “ver”: “3.18.0”, “desc”: “Replaces the Gutenberg Block Editor in favor of pure markdown based markups” } ] }

    Here is my debug info.

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Thank you for your reply @youyu273 👍

    You moved from hexojs ? Long time I haven’t heard about it, javascript static generator trend 😉
    Can’t tell much right now, markdown should work even if a few features / markup were not supported or missing.

    From the excerpt you provided, it’s looks like the settings is empty – if you didn’t cut it by purpose, something’s wrong, you should see something like :

    {
    "settings": [
    ...
    {
    "name": "MMD_ADDONS",
    "val": "\"nopcache\", \"layout\", \"youtube\", \"vimeo\", ... \"eof\""
    },
    {
    "name": "MMD_AUTOPLUGS",
    "val": \"DisableEmojis\",...
    }
    ],
    "plugins": [
    {
    "name": "Markup Markdown",
    "url": "",
    "ver": "3.18.0",
    "desc": "Replaces the Gutenberg Block Editor in favor of pure markdown based markups"
    }
    ]
    }

    Are you a coder or do you have some skills with programming by any chance ? For example the next step I would check is for javascript errors in the console when editing your post / page or any PHP messages on your host’s error log ?

    Finally Markup Markdown is registered with the WordPress playground. From the plugin top page – https://ww.wp.xz.cn/plugins/markup-markdown/ – there should be a “Test Preview” button if you are loggedin to test lively the plugin. It’s like a WordPress sandbox. I don’t have access to your content but it could worth trying to test your markdown content with a fresh install just in case.

    Is it something related to the 3.18.0 release from this morning ? I’m not aware of any bug at the moment but I’ll try to recheck when I can.

    Keep in touch, and feel free to provide any additional information.
    I appreciate your time and your patience. 🙇‍♂️

    Thread Starter youyu273

    (@youyu273)

    I am indeed a programmer, but I don’t understand js. When I used hexo before, I just deployed it according to the tutorial.

    I opened the browser console in the article editing interface and found that there was indeed a js error. I will provide a picture.

    My ssttings content is indeed empty, there is no content, I sent a picture, but I don’t know why it was not sent.

    I’m not sure if this is related to today’s update, today I opened the backend, updated the plugin, and then opened the original article and found the current problem. That’s it.

    If you’d like, I’d like you to log in to my WordPress dashboard to check the rest. It’s beyond my ability to continue. If you can, please leave your email address and I’ll send you the URL and password.

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Excellent @youyu273 ! 👍

    No worries, I’m a coder and I don’t understand everything in javascript,I don’t understand neither read every kanji 😉 If you followed the tutorials and succeeded setting up an hexojs blog by yourself, that’s great ! You rocks 🎸 I’m gonna try to guide you for the next steps as I can.

    1. First I’m not sure if this is related, but I fixed a tiny bug. I’ve just released v3.18.1. Could you please try to upgrade, go to the settings page /wp-admin/options-general.php?page=markup-markdown-admin and try to press the “blue” button to resave the settings ? Not sure but that might triggered a new configuration. And share the new debug info then.
    2. About the javascript issue, if you left / right click on the text pointing to the file name “content.js” in your web console, you should be able to get the url of the file. It might come from a browser add-on for example so sharing your credentials might not be enough. I would appreciate a check on your side first. Could you try to reload your page and retrieve the source file of the error fo me please ?🙏 I would greatly appreciate.
    3. I appreciate the screenshot, when I took a look at your page a few minutes ago, the result looks like something generated from markdown. Don’t know if you overwrite or update the content, it looks good. Maybe a cache issue ? (Intuition)
    4. As I can understand you are using a custom theme, and there is a “backup / recovery” option inside the iro 主题设置 settings /wp-admin/admin.php?page=iro_options#tab=backuprecovery, if you can export and share those settings that could be helpful for me as well 🙇‍♂️

    Users are welcome to contact me from my website :
    https://www.markup-markdown.com/contact/, to me performing an on-site check with your login / password is a business / commercial action so I will charge you or expect a donation in return, no offenses 🤲

    Both way are ok for me, feel free to contact me directly or reply here with the resquested information and I will take a look as I can. Sharing might help other users are well.

    Have a wonderful day, and keep me posted

    Thread Starter youyu273

    (@youyu273)

    First, I updated the plugin version. My settings were still empty:

    {
    "settings": [],
    "plugins": [
    {
    "name": "Hello Dolly",
    "url": "http://ww.wp.xz.cn/plugins/hello-dolly/",
    "ver": "1.7.2",
    "desc": "This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page."
    },
    {
    "name": "Markup Markdown",
    "url": "",
    "ver": "3.18.1",
    "desc": "Replaces the Gutenberg Block Editor in favor of pure markdown based markups"
    }
    ]
    }

    I updated an article yesterday, written in markdown. Now its format is still normal, and there is no error message in the console after opening it.

    I opened the article that had problems before, and it had an error message: The red box marked 1 below existed when I opened the podcast webpage. The part marked 2 is the prompt that appeared when I opened the blog with problems.

    I copied them over.

    aplayer.ts:118 Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
    at i (aplayer.ts:118:27)
    at index.js:117:59
    Uncaught SyntaxError: Failed to execute 'replaceWith' on 'Element': Identifier 'captchaHideTimeout' has already been declared
    at pjax.esm.min.js:15:213
    at new Promise (<anonymous>)
    at x.eval (pjax.esm.min.js:14:500)
    at L.exec (pjax.esm.min.js:16:155)
    at pjax.esm.min.js:17:254
    at async S.signal.r (pjax.esm.min.js:17:271)
    at async P.S [as preparePage] (pjax.esm.min.js:20:36)
    at async P.b [as switchDOM] (pjax.esm.min.js:13:164)
    at async P.A [as weakLoad] (pjax.esm.min.js:21:394)
    at async P.load (pjax.esm.min.js:25:113)

    Below I provide the pages I found to have problems. Not all pages have problems, and everything seems to be working fine in the front end.

    https://blog-youyu.fun/archives/27

    https://blog-youyu.fun/archives/33

    Below is my iro theme backup information:

    {"personal_avatar":"https:\/\/blog-youyu.fun\/wp-content\/uploads\/2025\/06\/1750597586-1mSmABpLcQYDEEV.jpg","text_logo_options":"","text_logo":{"text":"\u82b1\u306b\u306a\u3063\u3066","font":"","size":"80","color":"#FFF"},"iro_logo":"","favicon_link":"https:\/\/pic2.ziyuan.wang\/user\/Knoll9337\/2025\/06\/1mSmABpLcQYDEEV_7fbed4336da65.jpg","iro_meta":"","iro_meta_keywords":"","iro_meta_description":"","extract_theme_skin_from_cover":"1","extract_article_highlight_from_feature":"1","theme_skin":"#505050","theme_skin_matching":"#a4cdf6","theme_skin_dark":"#294aa4","theme_darkmode_auto":"1","theme_darkmode_strategy":"time","theme_darkmode_img_bright":"0.8","theme_darkmode_widget_transparency":"0.8","theme_darkmode_background_transparency":"0.8","theme_commemorate_mode":"","load_out_svg":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/basic\/puff-load.svg","global_font_weight":"300","global_font_size":"16","reference_exter_font":"","exter_font":{"font1":"","link1":"","font2":"","link2":""},"gfonts_api":"fonts.googleapis.com","gfonts_add_name":"","choice_of_nav_style":"iro","nav_menu_style":"center","nav_menu_cover_radius":"50","sakura_nav_style":{"style":"sakura","distribution":"right","option_spacing":"14"},"nav_menu_font":"Noto Serif SC","nav_text_logo":{"text":"\u4e3b\u9875","font_name":"Noto Serif SC"},"cover_random_graphs_switch":"1","nav_user_menu":"","unlisted_avatar":"","style_menu_radius":"10","style_menu_selection_radius":"10","style_menu_font":"Noto Serif SC","sakura_widget":"","widget_daynight":"1","widget_font":"1","reception_background_size":"auto","reception_background_blur":"","reception_background":{"img1":"","heart_shaped":"1","img2":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/background\/bg1.png","star_shaped":"1","img3":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/background\/bg2.png","square_shaped":"1","img4":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/background\/bg3.png","lemon_shaped":"1","img5":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/background\/bg4.png"},"reception_background_transparency":"0.8","global_default_font":"Noto Serif SC","global_font_2":"Noto Sans SC","aplayer_server":"netease","custom_music_api":"13600151218","aplayer_server_proxy":"","aplayer_playlistid":"13600151218","aplayer_order":"list","aplayer_preload":"auto","aplayer_volume":"0.5","aplayer_cookie":"","footer_sakura":"1","footer_direction":"columns","footer_info":"\u8499ICP\u59072025026592\u53f7","footer_text_font":"Noto Serif SC","footer_load_occupancy":"","footer_upyun":"","footer_addition":"","footer_yiyan":"1","yiyan_api":"[\"https:\/\/v1.hitokoto.cn\/\",\"https:\/\/v1.hitokoto.cn\/\"]","nav_menu_search":"1","search_area_background":"","search_filter":"","search_for_shuoshuo":"1","search_for_pages":"1","only_admin_can_search_pages":"0","sticky_pinned_content":"1","custom_exclude_search_results":"","live_search":"","live_search_comment":"","preload_animation":"","preload_animation_color1":"#ffea99","preload_animation_color2":"#FCCD00","preload_blur":"0","sakura_falling_effects":"less","particles_effects":"","particles_json":"        {\r\n          \"particles\": {\r\n            \"number\": {\r\n              \"value\": 200,\r\n              \"density\": {\r\n                \"enable\": true,\r\n                \"value_area\": 800\r\n              }\r\n            },\r\n            \"color\": {\r\n              \"value\": \"#fff\"\r\n            },\r\n            \"shape\": {\r\n              \"type\": \"circle\",\r\n              \"stroke\": {\r\n                \"width\": 0,\r\n                \"color\": \"#000000\"\r\n              },\r\n              \"polygon\": {\r\n                \"nb_sides\": 5\r\n              },\r\n              \"image\": {\r\n                \"src\": \"img\/github.svg\",\r\n                \"width\": 100,\r\n                \"height\": 100\r\n              }\r\n            },\r\n            \"opacity\": {\r\n              \"value\": 0.5,\r\n              \"random\": true,\r\n              \"anim\": {\r\n                \"enable\": false,\r\n                \"speed\": 1,\r\n                \"opacity_min\": 0.1,\r\n                \"sync\": false\r\n              }\r\n            },\r\n            \"size\": {\r\n              \"value\": 10,\r\n              \"random\": true,\r\n              \"anim\": {\r\n                \"enable\": false,\r\n                \"speed\": 40,\r\n                \"size_min\": 0.1,\r\n                \"sync\": false\r\n              }\r\n            },\r\n            \"line_linked\": {\r\n              \"enable\": false,\r\n              \"distance\": 500,\r\n              \"color\": \"#ffffff\",\r\n              \"opacity\": 0.4,\r\n              \"width\": 2\r\n            },\r\n            \"move\": {\r\n              \"enable\": true,\r\n              \"speed\": 2,\r\n              \"direction\": \"bottom\",\r\n              \"random\": false,\r\n              \"straight\": false,\r\n              \"out_mode\": \"out\",\r\n              \"bounce\": false,\r\n              \"attract\": {\r\n                \"enable\": false,\r\n                \"rotateX\": 600,\r\n                \"rotateY\": 1200\r\n              }\r\n            }\r\n          },\r\n          \"interactivity\": {\r\n            \"detect_on\": \"canvas\",\r\n            \"events\": {\r\n              \"onhover\": {\r\n                \"enable\": true,\r\n                \"mode\": \"bubble\"\r\n              },\r\n              \"onclick\": {\r\n                \"enable\": true,\r\n                \"mode\": \"repulse\"\r\n              },\r\n              \"resize\": true\r\n            },\r\n            \"modes\": {\r\n              \"grab\": {\r\n                \"distance\": 400,\r\n                \"line_linked\": {\r\n                  \"opacity\": 0.5\r\n                }\r\n              },\r\n              \"bubble\": {\r\n                \"distance\": 400,\r\n                \"size\": 4,\r\n                \"duration\": 0.3,\r\n                \"opacity\": 1,\r\n                \"speed\": 3\r\n              },\r\n              \"repulse\": {\r\n                \"distance\": 200,\r\n                \"duration\": 0.4\r\n              },\r\n              \"push\": {\r\n                \"particles_nb\": 4\r\n              },\r\n              \"remove\": {\r\n                \"particles_nb\": 2\r\n              }\r\n            }\r\n          },\r\n          \"retina_detect\": true\r\n        }","poi_pjax":"1","pjax_keep_loading":"","nprogress_on":"1","smoothscroll_option":"1","pagenav_style":"ajax","page_auto_load":"233","load_nextpage_svg":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/basic\/puff-load.svg","missing_avatars_default":"","missing_images_default":"","cover_switch":"1","cover_full_screen":"1","cover_half_screen_curve":"","cover_animation":"1","cover_animation_time":"2","infor_bar":"1","infor_bar_style":"v1","homepage_widget_transparency":"0.7","avatar_radius":"100","signature_radius":"15","signature_text":"\u5bcc\u8d35\u975e\u543e\u613f\uff0c\u5e1d\u4e61\u4e0d\u53ef\u671f\u3002","signature_font":"Noto Serif SC","signature_font_size":"16","signature_typing":"","signature_typing_marks":"","signature_typing_placeholder":"\u75af\u72c2\u9020\u53e5\u4e2d......","signature_typing_json":"{\"strings\":[\"\u613f\u4f60\u4fdd\u6301\u4e0d\u53d8 \u4fdd\u6301\u5df1\u89c1 \u5145\u6ee1\u70ed\u8840\"],\"typeSpeed\":140,\"backSpeed\":50,\"loop\":false,\"showCursor\":true}","random_graphs_options":"external_api","random_graphs_mts":"1","random_graphs_link":"https:\/\/api.fuukei.org\/random-img\/default\/pc.php","random_graphs_link_mobile":"https:\/\/api.fuukei.org\/random-img\/default\/mobile.php","cache_cover":"1","site_bg_as_cover":"","post_cover_as_bg":"","random_graphs_filter":"filter-nothing","wave_effects":"","drop_down_arrow":"1","drop_down_arrow_mobile":"","drop_down_arrow_color":"rgba(255,255,255,0.8)","drop_down_arrow_dark_color":"rgba(51,51,51,0.8)","cover_video":"","cover_video_loop":"","cover_video_live":"","cover_video_link":"","cover_video_title":"","social_area":"1","social_display_icon":"display_icon\/fluent_design","social_area_radius":"15","wechat_qrcode_switch":"0","wechat_qrcode":"","wechat_id":"youyu273","wechat_copy_switch":"1","wechat_url":"","qq_qrcode_switch":"1","qq_qrcode":"","qq_id":"","qq_copy_switch":"1","qq_url":"","bili":"","wangyiyun":"","sina":"","github":"","telegram":"","steam":"","youtube":"","instagram":"","douyin":"","xiaohongshu":"","discord":"","zhihu":"","linkedin":"","twitter":"","facebook":"","email_name":"","email_domain":"","diysocialicons":[{"img":"https:\/\/blog-youyu.fun\/wp-content\/uploads\/2025\/06\/1750598705-images.jpg","title":"RSS","link":"https:\/\/blog-youyu.fun\/feed"}],"homepage_components":["primary"],"static_page_id":"","exhibition_area_icon":"fa-solid fa-laptop","exhibition_area_title":"Display","post_area_icon":"fa-regular fa-bookmark","post_area_title":"Article","area_title_font":"Noto Serif SC","area_title_text_align":"left","capsule_components":["blog_days","total_words","random_link"],"show_medal_capsules":"1","stat_announcement_text":"","exhibition":[{"img":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/series\/exhibition2.webp","title":"\u590f\u971e","description":"\u3042\u306e\u511a\u304f\u6563\u308b\u82b1\u706b\u306e\u4e0b\u3067\u3001\u99ac\u9e7f\u307f\u305f\u3044\u306b\u6c38\u9060\u3092\u8a93\u3063\u305f","link":""},{"img":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/series\/exhibition3.webp","title":"\u96ea\u51b4\u3086\u308b","description":"\u72ec\u308a\u307d\u3063\u3061\u306e\u51b4\u3048\u306a\u3044\u50d5\u3092\u6697\u95c7\u304b\u3089\u9023\u308c\u51fa\u3057\u3066\u304f\u308c\u305f","link":""}],"article_meta_displays":["post_views","comment_count","category"],"post_list_design":"letter","post_list_ticket_type":"card","post_cover_options":"type_1","post_cover":"","post_list_card_radius":"10","article_meta_background_compatible":"","post_meta_radius":"5","post_list_title_radius":"0","post_title_font_size":"18","show_shuoshuo_on_home_page":"1","entry_content_style":"github","patternimg":"1","page_title_animation":"1","page_title_animation_time":"2","clipboard_ref":"1","page_lazyload":"","page_lazyload_spinner":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/basic\/puff-load.svg","load_in_svg":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/basic\/puff-load.svg","article_title_font_size":"32","article_title_line":"","article_meta_show_in_head":["author","publish_time_relative","post_views","EDIT"],"article_auto_toc":"1","inline_code_background_color":"#F2F1F1","inline_code_background_color_in_dark_mode":"#505050","article_function":"1","article_lincenses":"cc-by-sa","reward_area":{"link":"","image1":"","link1":"","image2":"","link2":""},"author_profile_avatar":"1","author_profile_name":"","author_profile_quote":"1","article_modified_time":"","article_tag":"1","article_nextpre":"1","page_temp_title_font_size":"40","bangumi_source":"bilibili","my_anime_list_username":"","my_anime_list_sort":"1","bilibili_id":"313498845","bilibili_cookie":"buvid3=070F35D5-AEF7-3541-D6A4-444C2BA296AE29029infoc; b_nut=1749642329; rpdid=|(u)~m~Y)lJ)0J'u~Rm))l|ml; _uuid=10C5B71D3-D8C9-4C45-F213-A95641B86AE297694infoc; buvid4=0FE610F8-055B-F6A7-A773-188D2E5B007097645-025061906-aYMEOrdF5ibexLAeNWM%2BDTjbMAM1JGreAPDQSdCavN4d0nwB%2Frb1oyXasxzMoxZ7; enable_web_push=DISABLE; enable_feed_channel=ENABLE; home_feed_column=5; CURRENT_FNVAL=4048; SESSDATA=e0ff75b1%2C1766031807%2Ca0c00%2A61CjBO7Vw9Th2nV_ZbJxx4NxiVGRbIjwrh6US8ArM565PVktcucPO-hNM2vtyZ-Xs1LpASVlJnN1kxSFFrZXlvdTc3d2k0R3pkWFFSLVdLaEh2TTlCc0JYZ2d3bzBaNGFDQU8yb0dmZkhwU1pGOVZ2eGUwLVc2d2hOOVkxUlJWWlNMYWpoS1FFUEVRIIEC; bili_jct=fd7b038ad48f3c82390b7d00533bdba0; DedeUserID=313498845; DedeUserID__ckMd5=fcdcc7924741405d; header_theme_version=OPEN; theme-tip-show=SHOWED; CURRENT_QUALITY=80; hit-dyn-v2=1; bili_ticket=eyJhbGciOiJIUzI1NiIsImtpZCI6InMwMyIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA3ODEwMDQsImlhdCI6MTc1MDUyMTc0NCwicGx0IjotMX0.3SZVtsn4SP4gpLoJk-r7lkt20mldyf3cMzYDkM8lW4g; bili_ticket_expires=1750780944; b_lsid=63101044F2_197982F1601; browser_resolution=1486-861; buvid_fp=070F35D5-AEF7-3541-D6A4-444C2BA296AE29029infoc; buvid_fp_plain=undefined; theme_style=dark; fingerprint=fd1f44c66ae699a047283ba427946f37","bangumi_id":"944883","bangumi_cache":"","friend_link_align":"left","friend_link_form":"1","friend_link_sorting_mode":"name","friend_link_order":"ASC","steam_id":"","steam_key":"","steam_covercdn":"steamakamai","steam_store":"steam","steam_cache":"","comment_area":"unfold","comment_placeholder_text":"To trace the bright moonlight","comment_submit_button_text":"\u53d1\u9001\u2708\ufe0f","comment_area_image":"","smilies_list":["bilibili","tieba","yanwenzi"],"smilies_name":"custom","smilies_dir":"","smilies_proxy":"","comment_useragent":"1","comment_location":"1","show_location_in_manage":"1","save_location":"1","comment_private_message":"","pca_captcha":"1","qq_avatar_link":"off","img_upload_api":"off","imgur_client_id":"","imgur_upload_image_proxy":"https:\/\/api.imgur.com\/3\/image\/","smms_client_id":"","chevereto_api_key":"","cheverto_url":"","lsky_api_key":"","lsky_url":"","comment_image_proxy":"https:\/\/images.weserv.nl\/?url=","mail_notify":"","admin_notify":"","custom_login_switch":"1","login_logo_img":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/series\/login_logo.webp","captcha_select":"off","vaptcha_vid":"","vaptcha_key":"","vaptcha_scene":"1","login_urlskip":"","login_language_opt":"","admin_background":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/series\/admin_background.webp","admin_left_style":"v1","admin_first_class_color":"#081018","admin_second_class_color":"#111111","admin_emphasize_color":"#debd9c","admin_text_color":"#FFFFFF","chatgpt_endpoint":"https:\/\/ai.tianli0.top\/v1\/chat\/completions","chatgpt_access_token":"","chatgpt_max_tokens":"7000","chatgpt_model":"tianli","chatgpt_article_summarize":"1","chatgpt_exclude_ids":"","chatgpt_init_prompt":"\u8bf7\u4ee5\u4f5c\u8005\u7684\u8eab\u4efd\uff0c\u4ee5\u6fc0\u53d1\u597d\u5947\u5438\u5f15\u9605\u8bfb\u4e3a\u76ee\u7684\uff0c\u7ed3\u5408\u6587\u7ae0\u6838\u5fc3\u89c2\u70b9\u6765\u63d0\u53d6\u7684\u6587\u7ae0\u4e2d\u6700\u5438\u5f15\u4eba\u7684\u5185\u5bb9\uff0c\u4e3a\u4ee5\u4e0b\u6587\u7ae0\u7f16\u5199\u4e00\u4e2a\u7528\u8bcd\u7cbe\u70bc\u7b80\u77ed\u3001110\u5b57\u4ee5\u5185\u3001\u4e0e\u6587\u7ae0\u8bed\u8a00\u4e00\u81f4\u7684\u5f15\u8a00\u3002","chatgpt_annotations_prompt":"\u5206\u6790\u4ee5\u4e0b\u6587\u7ae0\u6b63\u6587\u5185\u5bb9(\u6392\u9664\u6807\u9898\u53ca\u5f15\u8bed\u7c7b\u6587\u672c)\uff0c\u7528\u6700\u8ba4\u771f\u7684\u6001\u5ea6\u548c\u8f83\u4e3a\u4e25\u683c\u7684\u8bc6\u522b\u6807\u51c6\u7b5b\u9009\u51fa\u4e13\u4e1a\u672f\u8bed\u3001\u590d\u6742\u6982\u5ff5\u3001\u4e8b\u4ef6\u3001\u793e\u4f1a\u70ed\u70b9\u3001\u7f51\u7edc\u9ed1\u8bdd\u70c2\u6897\u70ed\u8bcd\u3001\u6666\u6da9\u96be\u61c2\u3001\u4e0e\u6587\u7ae0\u8bed\u8a00\u4e0d\u540c\u7684\u540d\u8bcd\uff0c\u5e76\u6839\u636e\u6587\u7ae0\u4e3b\u8981\u8bed\u8a00\u63d0\u4f9b\u5bf9\u5e94\u8bed\u8a00\u7684\u7b80\u77ed\u89e3\u91ca\u3002\u82e5\u6587\u7ae0\u51fa\u73b0\u4e0e\u201c\u4e8b\u4ef6\u201d\uff0c\u201c\u70ed\u70b9\u201d\uff0c\u201c\u4ecb\u7ecd\u201d\u7b49\u5177\u6709\u63d0\u793a\u4e0a\u4e0b\u6587\u529f\u80fd\u7684\u542b\u4e49\u7684\u540d\u8bcd\u65f6\uff0c\u8bf7\u52a1\u5fc5\u7528\u6700\u9ad8\u4f18\u5148\u7ea7\u5728\u524d\u540e\u67e5\u627e\u7b26\u5408\u8981\u6c42\u7684\u540d\u8bcd\u3002\u540d\u8bcd\u9009\u53d6\u65f6\u9700\u8981\u6392\u9664\u65e5\u5e38\u5e38\u7528\u7684\u540d\u8bcd\u3001\u975e\u8457\u540d\u4eba\u7269\u7684\u4eba\u540d\u3002\u4ec5\u8fd4\u56deJSON\u683c\u5f0f\uff0c\u683c\u5f0f\u4e3a\uff1a{\"\u672f\u8bed1\":\"\u89e3\u91ca1\", \"\u672f\u8bed2\":\"\u89e3\u91ca2\", ...}\u3002\u6ce8\u610f\u4e0d\u8981\u51fa\u73b0\u5728\u539f\u6587\u4e2d\u5e76\u6ca1\u6709\u51fa\u73b0\u7684\u540d\u8bcd\uff0c\u751f\u6210\u7684\u540d\u8bcd\u8d8a\u591a\u8d8a\u597d\uff1a\r\n\r\n","statistics_api":"theme_build_in","statistics_format":"type_1","google_analytics_id":"","iro_captcha_level":"60","site_custom_style":"","site_header_insert":"","time_zone_fix":"0","gravatar_proxy":"weavatar.com\/avatar","custom_proxy_address_of_gravatar":"gravatar.com\/avatar","ghcard_proxy":"","lightbox":"off","lightgallery_option":"{\r\n          \"plugins\":[\"lgHash\",\"lgZoom\"],\r\n          \"supportLegacyBrowser\":false,\r\n          \"selector\":\"figure > img\"\r\n        }","code_highlight_method":"hljs","code_highlight_prism_line_number_all":"","code_highlight_prism_autoload_path":"https:\/\/fastly.jsdelivr.net\/npm\/[email protected]\/","code_highlight_prism_theme_light":"themes\/prism.min.css","code_highlight_prism_theme_dark":"themes\/prism-tomorrow.min.css","image_cdn":"","classify_display":"","image_category":"","cookie_version":"","hide_login_portal":"","fontawesome_source":"https:\/\/s4.zstatic.net\/ajax\/libs\/font-awesome\/6.7.2\/css\/all.min.css","dev_mode":"","php_notice_filter":"normal","iro_update_source":"github","channel_validate_value":"","iro_update_channel":"stable","core_library_basepath":"1","shared_library_basepath":"","lib_cdn_path":"https:\/\/s.nmxc.ltd\/sakurairo\/@","external_vendor_lib":"","vision_resource_basepath":"https:\/\/s.nmxc.ltd\/sakurairo_vision\/@3.0\/","send_theme_version":""}

    I hope the above information is helpful.

    Finally, regarding payments or donations, I cannot do so for the time being because I lack the ability to make payments to regions outside of mainland China. Also, not many articles are affected. If they do not appear again in the future, I will try to manually fix the abnormal articles.

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Thank for the reply @youyu273 and glad to hear it’s “working” again 🎸

    I will try to check this week-end when I can, please allow me a few more days 🙇‍♂️

    Kind regards

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Sorry for the late reply @youyu273, everything seems fine actually 🤝 ! ! !

    About the javascript error, I couldn’t reproduce it on my side but it looks like some config issues. For example the aplayer error seems related to a config on the backend related to this field :
    https://mega.nz/file/0tUj1Swa#zq0udXGvn7IE3GSh9nmzVxq0w5qr4P-EZqV–txBlu0
    (Iro Options > Global Options > Footer > Player)

    Probably a side effect with cache, a setup that didn’t go well or a bug with the theme. Nothing to worry about, that does not like to affect the other features or the usability of your blog. I don’t know how to get get ride of it as I didn’t get the error on my side, but i would suggest to turn on / turn off the option to reset it with blank values, and clear your cache if need be (from the plugin if you are using one or your host company)

    About the Markup Markdow empty settings, I got it on my fresh test site as well. 🫣 Didn’t get any errors with PHP, looks like when default options are used, the default configuration file is not generated. As soon as I active an addon or play with options, the file was created and the settings are displayed. I will try to investigate later but nothing related to your issues, no big deal. Apologize for the inconvenience.

    To resume the wonderful theme you are using Sakuraio looks like a work-in-progress theme, you might get some errors / side effects especially with the frontend but nothing to worry about. As you said early about your pages or posts, it looks like you will have to modify by hand your content if need be.

    Please tell me if that works for you, if you don’t have any further questions I guess we can close this discussion for now 🤲

    Kind Regards,

    Thread Starter youyu273

    (@youyu273)

    Thanks for your help, the latest two posts worked without issue.

    I think we can let this thing go.I’ll continue to give you feedback if there are any issues later.

    Thread Starter youyu273

    (@youyu273)

    Hello, I encountered a new problem. When I use a first-level heading (# title), the actual display effect is (1. title). If there are two or more headings in my article, their numbers are all (1.), and their size is the same as the body text size.

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Hello @youyu273,

    To my mind making ‘#’ as an ordered list if a feature I replicated for the O2 plugin. Should be disabled by default.

    Could check please from the settings screen :

    /wp-admin/options-general.php?page=markup-markdown-admin
    1. make sure the H1 Tag is enabled by default : (Tab “Layout“)
      https://mega.nz/file/d90HmbyK#u9WFD4jXyOkf7XbRarnL8d1vdiOOM2gyDXjNzLhtoWA
    2. make sure the O2 plug is disabled by default (Tab “Autoplugs“)
      https://mega.nz/file/QsdCjB4I#1wcTl4Zi09HypNjTSliL9hB8kU_0zSWp8UEgkE7MIsg

    Then please try to resave your settings and clear your cache if need be.

    Another source could be an escaped character like a \ before your ‘#’ sign. It might be not visible at the screen so please try to delete the spaces / characters at the beginning of the line and resave your post. That might work.

    Hope that help,

    Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    @youyu273 I hope this message finds your well 🤲

    As several discussions / bug tickets came up, I’m gonna mark this discussion as solved to help me track active talks. Feel free to open a new discussion if something comes up.

    Have a wonderful markdown day,

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘how it work?’ is closed to new replies.