A New Module for Juliar that allows simple HTML

The < is only used for going to parent. You don’t need it for closing.

Here is an alternative that you can use:

table >
  thead >
    tr > th{First Column} th{Second Column} th{Third Column} <
  <
  tbody >
    tr > td{Content 1}    td{Content 2}     td{Content 3} <
    tr > td{Content 4}    td{Content 5}     td{Content 6}

It is based on Emmet. However, unlike emmet the syntax is kept in original state. So you can continue editing in the same syntax. While Emmet only produces code instantly and cannot be edited later.

I will rename it and make a module for SHTML as well.

There is no syntax checking that can gurantee the placement of tags. It’s up to the developer to keep that in mind.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.