Description
让你的md文档可折叠化展示
怎么写
## 问答
<details>
<summary>什么是iuap design</summary>
iuap design 是用友网络FED团队开发的企业级应用前端集成解决方案。
</details>
<details>
<summary>什么是tinper</summary>
`tinper`是开源前端技术平台。
</details>
预览效果
问答
什么是iuap design
iuap design 是用友网络FED团队开发的企业级应用前端集成解决方案。什么是tinper
tinper
是开源前端技术平台。
编译后代码
// (function(modules) { // webpackBootstrap
// // The module cache
/******/ var installedModules = {};
// // The require function
// function webpack_require(moduleId) {
// // Check if module is in cache
// if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
// // Create a new module (and put it into the cache)
// var module = installedModules[moduleId] = {
// exports: {},
// id: moduleId,
// loaded: false
// };
// // Execute the module function
// modules[moduleId].call(module.exports, module, module.exports, webpack_require);
// // Flag the module as loaded
// module.loaded = true;
// // Return the exports of the module
// return module.exports;
/******/ }
// // expose the modules object (webpack_modules)
// webpack_require.m = modules;
// // expose the module cache
// webpack_require.c = installedModules;
// // webpack_public_path
// webpack_require.p = "";
// // Load entry module and return exports
// return webpack_require(0);
// })
/*********************************************************/
// ([
/ 0 /
// function(module, exports, webpack_require) {
"use strict";
console.log("Hallo Welt");
console.log("Missing Text");
console.log("internationnal");
// }
/***/ ]);