dynamic-text-html
TypeScript icon, indicating that this package has built-in type declarations

5.0.2-beta.0 • Public • Published

UNDER CONSTRUCTION

dynamic-text-html

Uses markdown in .md files to write HTML. You can also change the file extension.

Syntax

  • all syntax from marked are available
  • under construction

Examples

Text file model.md

{[
    Comments go here
]}

apogmdpaomdgpomaasdgpomasasodpmgmasopdg
apm
pdoggmaogmdapomdgpoam
pdgopdmg

[[cards]]

HTML result before

<div field="model">
  <div external="cards">
      <h1>cards external</h1>
      <p>
        nice1
      </p>
  </div>
</div>

HTML result after

<div field="model">
  <p>
    apogmdpaomdgpomaasdgpomasasodpmgmasopdg
    apm
    pdoggmaogmdapomdgpoam
    pdgopdmg
  </p>
  <div external="cards">
      <h1>cards external</h1>
      <p>
        nice1
      </p>
  </div>
</div>

Versions

Current Tags

Version History

Package Sidebar

Install

npm i dynamic-text-html

Weekly Downloads

0

Version

5.0.2-beta.0

License

none

Unpacked Size

430 kB

Total Files

56

Last publish

Collaborators

  • catufuzgu